Update release.yml

This commit is contained in:
Clint Rutkas 2021-11-24 14:55:19 -08:00 committed by GitHub
parent 7234f9028d
commit fa4b64e59a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,14 +50,24 @@ jobs:
- task: NuGetAuthenticate@0
inputs:
nuGetServiceConnections: PowerToysCDPxFeed
# we may need to do this one by one based on the cmd files for restoring.
- task: NuGetCommand@2
displayName: NuGet restore all solutions
displayName: NuGet restore solutions dependencies
inputs:
command: restore
restoreSolution: '**/*.sln'
selectOrConfig: config
nugetConfigPath: .pipelines/release-nuget.config
# call nuget.exe restore -PackagesDirectory . packages.config
- task: NuGetCommand@2
displayName: NuGet restore telemetry package
inputs:
command: restore
selectOrConfig: config
nugetConfigPath: .pipelines/packages.config
- task: CmdLine@2
displayName: Moving telem files over
inputs: