diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc3bb23..83d1e20 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,10 @@ trigger: - master +pr: +- master +- feature/* + pool: vmImage: 'windows-latest' timeoutInMinutes: 10 @@ -45,7 +49,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 +106,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' @@ -139,5 +143,5 @@ steps: inputs: command: push packagesToPush: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release\Microsoft.Forge.TreeWalker*.symbols.nupkg' - publishVstsFeed: 'ForgeArtifacts' - allowPackageConflicts: true \ No newline at end of file + publishVstsFeed: 'One/ForgeArtifacts' + allowPackageConflicts: true