summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index ec91ba03cf..656d16f657 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -117,7 +117,7 @@ jobs:
feedsToUse: config
projects: 'src/.nuget/optdata/ibcmerge.csproj'
nugetConfigPath: 'eng/internal/NuGet.config'
- restoreDirectory: '$(Build.SourcesDirectory)\packages'
+ restoreDirectory: '$(Build.SourcesDirectory)\.packages'
verbosityRestore: 'normal'
externalFeedCredentials: 'dotnet-core-internal-tooling'