File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 fail-fast : false
1616
1717 steps :
18- - name : Checkout
19- uses : actions/checkout@v5
20- - name : Add msbuild to PATH
21- uses : microsoft/setup-msbuild@v2
22- with :
23- msbuild-architecture : x64
24- - name : Build
25- run : msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln
18+ - name : Checkout
19+ uses : actions/checkout@v5
20+ - name : Add msbuild to PATH
21+ uses : microsoft/setup-msbuild@v2
22+ with :
23+ msbuild-architecture : x64
24+ - name : Build
25+ run : msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln
You can’t perform that action at this time.
0 commit comments