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 0f85cc7 commit f5ab630Copy full SHA for f5ab630
build.cmd
@@ -1,3 +1,10 @@
1
@echo off
2
+setlocal
3
+if defined MSBUILDDEBUGONSTART_HARD goto build
4
+if not defined MSBUILDDEBUGONSTART goto build
5
+if %MSBUILDDEBUGONSTART% == 0 goto build
6
+set MSBUILDDEBUGONSTART=
7
+echo To debug the build, define a value for MSBUILDDEBUGONSTART_HARD.
8
+:build
9
powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -Command "& """%~dp0eng\common\build.ps1""" -build -restore %*"
10
exit /b %ErrorLevel%
0 commit comments