mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Install NuGet in WindowsInternalRelease
This commit is contained in:
parent
a56747cc98
commit
08f6a50c40
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ jobs:
|
|||
env:
|
||||
XES_DISABLEPROV: true
|
||||
|
||||
- task: NuGetToolInstaller@0
|
||||
displayName: Use NuGet 4.7.1
|
||||
inputs:
|
||||
versionSpec: 4.7.1
|
||||
checkLatest: true
|
||||
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: Download appxBundle artifact
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue