From 19ecfea64aef198af63748707345897dde3a23ec Mon Sep 17 00:00:00 2001 From: billchen247 <157920313+billchen247@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:32:09 -0400 Subject: [PATCH 1/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac56946..7fa31f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: pool: vmImage: 'windows-latest' - name: COMP367-Wins + variables: solution: '**/*.sln' From ab4db027d23727f6e3e4f046e797687c53b188b8 Mon Sep 17 00:00:00 2001 From: billchen247 <157920313+billchen247@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:43:28 -0400 Subject: [PATCH 2/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7fa31f5..e3fd36c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,4 +48,4 @@ steps: displayName: NuGet push to artifact nuget feeds inputs: command: push - feedPublish: cb6db79e-fb46-458a-b910-ef34696069de # using nuget feed id not name here + feedPublish: c9f2b76d-54b1-4410-b1d0-876ea67ed0ad # comp367demofeeds # using nuget feed id not name here From eb01e93e66efe89b0f7284a2b79339cc4e8726cb Mon Sep 17 00:00:00 2001 From: billchen247 <157920313+billchen247@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:46:47 -0400 Subject: [PATCH 3/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3fd36c..ace53a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,6 +8,7 @@ trigger: pool: vmImage: 'windows-latest' + # name: COMP367-Wins # choose selfhost agent pool variables: