summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-04-25 13:16:35 -0700
committerGitHub <noreply@github.com>2019-04-25 13:16:35 -0700
commitbb24f926d7b0c001b75d4fcb4d64c2d7572c1d38 (patch)
tree7b42706806487f07e21ea2700bb01971ba196e96 /build.cmd
parentebb717431b79c6d6c83a32983b5819a13eb62cef (diff)
downloadcoreclr-bb24f926d7b0c001b75d4fcb4d64c2d7572c1d38.tar.gz
coreclr-bb24f926d7b0c001b75d4fcb4d64c2d7572c1d38.tar.bz2
coreclr-bb24f926d7b0c001b75d4fcb4d64c2d7572c1d38.zip
Add IBCMerge restore source to the restore command. (#24250)
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.cmd b/build.cmd
index 032635803e..3d9a27a99f 100644
--- a/build.cmd
+++ b/build.cmd
@@ -672,8 +672,8 @@ if %__BuildCoreLib% EQU 1 (
)
echo Restoring IBCMerge version !__IbcMergeVersion!...
- echo Running: %__ProjectDir%\dotnet.cmd restore "%INIT_TOOLS_RESTORE_PROJECT%" --no-cache --packages "%__PackagesDir%" --source "%BUILDTOOLS_SOURCE%"
- call %__ProjectDir%\dotnet.cmd restore src/.nuget/optdata/ibcmerge.csproj --no-cache --packages "%__PackagesDir%" /p:UsingToolIbcOptimization=True
+ echo Running: %__ProjectDir%\dotnet.cmd restore src/.nuget/optdata/ibcmerge.csproj --no-cache --packages "%__PackagesDir%" --source "https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json"
+ call %__ProjectDir%\dotnet.cmd restore src/.nuget/optdata/ibcmerge.csproj --no-cache --packages "%__PackagesDir%" --source "https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json"
set IbcMergePath=%__PackagesDir%\microsoft.dotnet.ibcmerge\!__IbcMergeVersion!\tools\netcoreapp2.0\ibcmerge.dll
if exist !IbcMergePath! (