Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-11-23 00:48:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-11-23 00:48:53 +0300
commit81e305421dbc9d650c469ca0c3e6ee9ff7c2c990 (patch)
tree92eddda0c1b900aad9202e99aadb1acb140d05b4 /scripts
parent0d8037217302a15c83687dcd31e4136baf4f360f (diff)
Fix run-msbuild.bat invocation in pipeline-netcore-runtime.yml
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index c070fba9c51..22fa6356b79 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -257,7 +257,7 @@ stages:
- script: |
%CD:~0,2%\msys64\usr\bin\bash -lc "PATH=/usr/bin:/mingw64/bin:/c/hostedtoolcache/windows/dncs/2.2.203/x64:/c/Program\ Files/Git/bin ./autogen.sh --host=x86_64-w64-mingw32 --with-core=only"
- CALL msvc\run-msbuild.bat build x86_64 release "/p:PlatformToolset=v140 /p:MONO_TARGET_GC=sgen"
+ CALL msvc\run-msbuild.bat build x86_64 release sgen "/p:PlatformToolset=v140"
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
%CD:~0,2%\msys64\usr\bin\bash -lc "PATH=/c/windows/System32/WindowsPowerShell/v1.0/:/usr/bin:/mingw64/bin:/c/hostedtoolcache/windows/dncs/2.2.203/x64:/c/Program\ Files/Git/bin make -C netcore bcl CORLIB_BUILD_FLAGS='-c $(_BuildConfig)'"
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%