We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f342 commit 2e99722Copy full SHA for 2e99722
azure-pipelines.yml
@@ -182,7 +182,6 @@ jobs:
182
buildPlatform: 'x64'
183
buildConfiguration: 'Release'
184
solution: 'nanoFirmwareFlasher.sln'
185
- NUGET_PACKAGES: $(Pipeline.Workspace)/.nuget/packages
186
run_update_dependents: $[dependencies.Check_Build_Options.outputs['BuildOptions.RUN_UPDATE_DEPENDENTS']]
187
188
steps:
@@ -222,7 +221,7 @@ jobs:
222
221
restoreKeys: |
223
nuget | "$(Agent.OS)"
224
nuget
225
- path: $(NUGET_PACKAGES)
+ path: $(UserProfile).nuget/packages
226
227
- task: DotNetCoreCLI@2
228
displayName: Restore NuGet packages
0 commit comments