We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e76881 commit 23ff271Copy full SHA for 23ff271
build.cmd
@@ -3,7 +3,7 @@
3
@echo.This script simply calls msbuild to build PerfView.exe
4
@echo.*************************************************************
5
@echo.
6
-msbuild /restore /p:Configuration=Release %*
+msbuild /restore /m /p:Configuration=Release %*
7
@if '%ERRORLEVEL%' == '0' (
8
echo.
9
0 commit comments