Skip to content

Commit

Permalink
Update package push logic (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Nov 2, 2021
1 parent 5ae4e89 commit f85ad56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stages:
packagesToPush: '$(Pipeline.Workspace)/$(ArtifactsDirectoryName)/**/Microsoft.VisualStudio.SlnGen*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'NuGet-1ES-Full'
allowPackageConflicts: true
condition: always()

- task: NuGetCommand@2
displayName: 'Push SlnGen.Corext'
Expand All @@ -107,4 +107,4 @@ stages:
packagesToPush: '$(Pipeline.Workspace)/$(ArtifactsDirectoryName)/**/SlnGen.Corext*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'CloudBuild-Push'
allowPackageConflicts: true
condition: always()

0 comments on commit f85ad56

Please sign in to comment.