summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2019-06-13 05:11:49 +0000
committerjashook <jashoo@microsoft.com>2019-06-13 05:11:49 +0000
commit831e521092a7a3ee9ed97927d7653246bc4fc830 (patch)
tree914f04e5adfb6ad58ab177f25ac7dcaa05d6dd52 /build.cmd
parent680ee73998a516a1b90d82ed5a932fa0f6836399 (diff)
downloadcoreclr-831e521092a7a3ee9ed97927d7653246bc4fc830.tar.gz
coreclr-831e521092a7a3ee9ed97927d7653246bc4fc830.tar.bz2
coreclr-831e521092a7a3ee9ed97927d7653246bc4fc830.zip
Fix set syntax
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 8d0e337a96..7bf070f3e6 100644
--- a/build.cmd
+++ b/build.cmd
@@ -397,7 +397,7 @@ if not exist "%__IntermediatesDir%\optdataversion.txt" (
exit /b !errorlevel!
)
-set /p __PgoOptDataVersion<"%__IntermediatesDir%\optdataversion.txt"
+set /p __PgoOptDataVersion=<"%__IntermediatesDir%\optdataversion.txt"
call "%__ProjectDir%\dotnet.cmd" msbuild "%OptDataProjectFilePath%" /t:DumpIbcDataPackageVersion /nologo %__CommonMSBuildArgs%
@@ -652,7 +652,7 @@ if %__BuildCoreLib% EQU 1 (
exit /b 1
)
- set /p __IbcMergeVersion<"%__IntermediatesDir%\ibcmergeversion.txt"
+ set /p __IbcMergeVersion=<"%__IntermediatesDir%\ibcmergeversion.txt"
set IbcMergePath=%__PackagesDir%\microsoft.dotnet.ibcmerge\!__IbcMergeVersion!\tools\netcoreapp2.0\ibcmerge.dll
if exist !IbcMergePath! (