Skip to content

Commit 61887fa

Browse files
committed
Work CI-CD
- Fix nuget packages path on AZDO. ***NO_CI***
1 parent 2e99722 commit 61887fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
restoreKeys: |
222222
nuget | "$(Agent.OS)"
223223
nuget
224-
path: $(UserProfile).nuget/packages
224+
path: $(UserProfile)/.nuget/packages
225225

226226
- task: DotNetCoreCLI@2
227227
displayName: Restore NuGet packages

0 commit comments

Comments
 (0)