Skip to content

Commit

Permalink
Merge branch 'main' into feature/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Mar 20, 2024
2 parents 8574204 + fb859a7 commit f4f00fa
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 @@ -271,14 +271,14 @@ extends:
- task: 1ES.PublishNuget@1
displayName: 'Publish NuGet packages to dotnet-tools feed'
inputs:
packageParentPath: '$(Build.SourcesDirectory)'
packageParentPath: '$(Build.SourcesDirectory)/artifacts/packages/Release'
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.symbols.nupkg'
publishVstsFeed: 'public/dotnet-tools'

- task: 1ES.PublishNuget@1
displayName: 'Publish NuGet packages to test-tools feed'
inputs:
packageParentPath: '$(Build.SourcesDirectory)'
packageParentPath: '$(Build.SourcesDirectory)/artifacts/packages/Release'
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.symbols.nupkg'
publishVstsFeed: 'public/test-tools'

Expand Down

0 comments on commit f4f00fa

Please sign in to comment.