We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84e971 commit ccc7fd7Copy full SHA for ccc7fd7
.yamato/scripts/build_win.bat
@@ -1,5 +1,8 @@
1
@echo off
2
-build.cmd -subset clr -a x64 -c release
+setlocal
3
+
4
5
+powershell -ExecutionPolicy ByPass -NoProfile -Command "& 'eng\build.ps1'" -subset clr -a x64 -c release
6
7
if NOT %errorlevel% == 0 (
8
echo "build failed"
0 commit comments