Skip to content

Commit

Permalink
Adding explicit nuget restore step to release build (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
palenshus authored Jun 9, 2021
1 parent e6a133d commit 97b45d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
source: 'minkernel\published\internal\telemetry\TelemetryEventSource.cs'
destination: '$(workingDirectory)\WingetCreateCLI\Telemetry\'

- task: NuGetCommand@2
# NuGetCommand task, but since there are two duplicate tasks by this name in the org, must refer to it by GUID
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
displayName: Restore Packages
inputs:
restoreSolution: "$(solution)"
Expand Down

0 comments on commit 97b45d3

Please sign in to comment.