From 2c705c7a82349c4da8c4d7ac95bedd25a936b0a2 Mon Sep 17 00:00:00 2001 From: Travis Jensen Date: Tue, 5 Aug 2025 11:35:34 -0700 Subject: [PATCH 1/4] Update ServiceConnection in yaml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc3bb23..6ac74c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,7 @@ steps: - task: EsrpCodeSigning@5 displayName: 'ESRP CodeSigning - Authenticode MI' inputs: - ConnectedServiceName: 'ForgeServiceConnection' + ConnectedServiceName: 'ForgeManagedIdentity' UseMSIAuthentication: true AppRegistrationClientId: 'ee5bddcd-7e6d-40c7-a645-8f0be9da4e24' AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d' @@ -102,7 +102,7 @@ steps: - task: EsrpCodeSigning@5 displayName: 'ESRP CodeSigning - NuGet MI' inputs: - ConnectedServiceName: 'ForgeServiceConnection' + ConnectedServiceName: 'ForgeManagedIdentity' UseMSIAuthentication: true AppRegistrationClientId: 'ee5bddcd-7e6d-40c7-a645-8f0be9da4e24' AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d' From ef018bcef49e3483039e3cd91562db062c34f828 Mon Sep 17 00:00:00 2001 From: Travis Jensen Date: Tue, 5 Aug 2025 15:34:11 -0700 Subject: [PATCH 2/4] Update azure-pipelines.yml for Azure Pipelines Updating Vsts feed --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ac74c8..9ceac42 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,5 +139,5 @@ steps: inputs: command: push packagesToPush: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release\Microsoft.Forge.TreeWalker*.symbols.nupkg' - publishVstsFeed: 'ForgeArtifacts' + publishVstsFeed: 'https://msazure.pkgs.visualstudio.com/_packaging/ForgeArtifacts/nuget/v3/index.json' allowPackageConflicts: true \ No newline at end of file From 857c36673a079cc8a7ae79b965bbef788ad23c1b Mon Sep 17 00:00:00 2001 From: Travis Jensen Date: Tue, 5 Aug 2025 15:47:57 -0700 Subject: [PATCH 3/4] 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 9ceac42..4cc4786 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,5 +139,5 @@ steps: inputs: command: push packagesToPush: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release\Microsoft.Forge.TreeWalker*.symbols.nupkg' - publishVstsFeed: 'https://msazure.pkgs.visualstudio.com/_packaging/ForgeArtifacts/nuget/v3/index.json' + publishVstsFeed: 'https://msazure.pkgs.visualstudio.com/One/_packaging/ForgeArtifacts/nuget/v3/index.json' allowPackageConflicts: true \ No newline at end of file From eb53a54862b785764ba15ab82fe7c30351b7ea97 Mon Sep 17 00:00:00 2001 From: Travis Jensen Date: Tue, 5 Aug 2025 16:39:10 -0700 Subject: [PATCH 4/4] Update azure-pipelines.yml for Azure Pipelines Updating publishVstsFeed to include project name. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4cc4786..2a5ab0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,5 +139,5 @@ steps: inputs: command: push packagesToPush: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release\Microsoft.Forge.TreeWalker*.symbols.nupkg' - publishVstsFeed: 'https://msazure.pkgs.visualstudio.com/One/_packaging/ForgeArtifacts/nuget/v3/index.json' + publishVstsFeed: 'One/ForgeArtifacts' allowPackageConflicts: true \ No newline at end of file