summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-08-12 12:47:01 -0700
committerAaron Robinson <arobins@microsoft.com>2019-08-12 12:47:01 -0700
commite8bff5bf42417f26bbd12a0f2cd2bafea99be3dd (patch)
tree6d177a5f9a0e4d38aae8b9bf36f7231b2995cd16 /eng/build-job.yml
parent4f2a05550dcd98515e6f32b83197ab6707d9d4a6 (diff)
downloadcoreclr-e8bff5bf42417f26bbd12a0f2cd2bafea99be3dd.tar.gz
coreclr-e8bff5bf42417f26bbd12a0f2cd2bafea99be3dd.tar.bz2
coreclr-e8bff5bf42417f26bbd12a0f2cd2bafea99be3dd.zip
Use Arcade's internal tool restore project for restoring IBCMerge (#26133)
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 6626f2aba1..40d4ae923f 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -115,7 +115,7 @@ jobs:
inputs:
command: restore
feedsToUse: config
- projects: 'src/.nuget/optdata/ibcmerge.csproj'
+ projects: '$(Build.SourcesDirectory)/eng/common/internal/Tools.csproj'
nugetConfigPath: 'eng/internal/NuGet.config'
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
verbosityRestore: 'normal'