Skip to content

Commit 2e99722

Browse files
committed
Work CI-CD
- Fix nuget packages location. ***NO_CI***
1 parent 351f342 commit 2e99722

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ jobs:
182182
buildPlatform: 'x64'
183183
buildConfiguration: 'Release'
184184
solution: 'nanoFirmwareFlasher.sln'
185-
NUGET_PACKAGES: $(Pipeline.Workspace)/.nuget/packages
186185
run_update_dependents: $[dependencies.Check_Build_Options.outputs['BuildOptions.RUN_UPDATE_DEPENDENTS']]
187186

188187
steps:
@@ -222,7 +221,7 @@ jobs:
222221
restoreKeys: |
223222
nuget | "$(Agent.OS)"
224223
nuget
225-
path: $(NUGET_PACKAGES)
224+
path: $(UserProfile).nuget/packages
226225

227226
- task: DotNetCoreCLI@2
228227
displayName: Restore NuGet packages

0 commit comments

Comments
 (0)