Skip to content

Commit

Permalink
Fix powershell script for nuget update (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhMSFT authored Dec 3, 2024
1 parent 1510114 commit da9b16f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/template-Build-run-tests-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ steps:
dotnet nuget add source https://identitydivision.pkgs.visualstudio.com/_packaging/IDDP/nuget/v3/index.json -n IDDP
dotnet nuget list source
}
workingDirectory: '$(Build.SourcesDirectory)\$(WilsonSourceDirectory)'
displayName: 'Remove external "NuGet" Source and add "IDDP artifacts" as a NuGet Source, if needed.'
env:
DOTNET_NOLOGO: 1

- task: DotNetCoreCLI@2
displayName: Build
Expand Down

0 comments on commit da9b16f

Please sign in to comment.