File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Setup MSBuild.exe
4848 uses : microsoft/setup-msbuild@v1.0.2
4949
50+ # Restore the application to populate the obj folder with RuntimeIdentifiers
51+ - name : Restore the application
52+ run : msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
53+ env :
54+ Configuration : ${{ matrix.configuration }}
55+
5056 - name : Build
5157 run : msbuild $env:Solution_Name /p:Configuration=$env:Configuration
5258 env :
Original file line number Diff line number Diff line change 4747 - name : Setup MSBuild.exe
4848 uses : microsoft/setup-msbuild@v1.0.2
4949
50+ # Restore the application to populate the obj folder with RuntimeIdentifiers
51+ - name : Restore the application
52+ run : msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
53+ env :
54+ Configuration : ${{ matrix.configuration }}
55+
5056 - name : Build
5157 run : msbuild $env:Solution_Name /p:Configuration=$env:Configuration
5258 env :
You can’t perform that action at this time.
0 commit comments