Skip to content

Commit

Permalink
Merge pull request #789 from genlu/UpdateInterops
Browse files Browse the repository at this point in the history
Authentication for intenral nuget feed
  • Loading branch information
genlu authored Apr 16, 2021
2 parents 82bac53 + ebeb388 commit e840f95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ stages:
- task: ms-vseng.MicroBuildTasks.32f78468-e895-4f47-962c-58a699361df8.MicroBuildSwixPlugin@1
displayName: Install Swix Plugin

# otherwise it'll complain about accessing an internal feed.
- task: NuGetAuthenticate@0
displayName: 'Authenticate to AzDO Feeds'

- script: eng\common\CIBuild.cmd
-configuration $(BuildConfiguration)
/p:OfficialBuildId=$(Build.BuildNumber)
Expand Down

0 comments on commit e840f95

Please sign in to comment.