File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,11 +337,11 @@ jobs:
337337 working-directory : example/windows
338338 - name : Build
339339 run : |
340- MSBuild Example.sln -t:Rebuild -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }}
340+ MSBuild Example.sln -t:Rebuild -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }} -m
341341 working-directory : example/windows
342342 - name : Test
343343 run : |
344- MSBuild ReactTestAppTests.vcxproj -t:Build -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }}
344+ MSBuild ReactTestAppTests.vcxproj -t:Build -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }} -m
345345 if ("${{ matrix.platform }}" -eq "x64") { VSTest.Console.exe ${{ matrix.platform }}\${{ matrix.configuration }}\ReactTestAppTests.dll }
346346 working-directory : example/windows/ReactTestAppTests
347347 windows-template :
@@ -388,8 +388,8 @@ jobs:
388388 working-directory : template-example
389389 - name : Build
390390 run : |
391- if ("${{ matrix.template }}" -eq "all") { MSBuild windows/TemplateExample.sln -t:Rebuild -p:Platform=x64 }
392- else { MSBuild TemplateExample.sln -t:Rebuild -p:Platform=x64 }
391+ if ("${{ matrix.template }}" -eq "all") { MSBuild windows/TemplateExample.sln -t:Rebuild -p:Platform=x64 -m }
392+ else { MSBuild TemplateExample.sln -t:Rebuild -p:Platform=x64 -m }
393393 working-directory : template-example
394394 release :
395395 needs :
You can’t perform that action at this time.
0 commit comments