File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/setup-dotnet@v4
3333
3434 - name : Build the solution
35- run : |
36- msbuild /restore $env:SOLUTION_PATH
37- msbuild $env:WAPPROJ_PATH /p:Configuration=$env:CONFIGURATION /p:Platform=$env:PLATFORM /p:UapAppxPackageBuildMode=StoreUpload
35+ run : msbuild /restore $env:WAPPROJ_PATH /p:Configuration=$env:CONFIGURATION /p:Platform=$env:PLATFORM /p:UapAppxPackageBuildMode=StoreUpload
3836
3937 - name : Upload the packages to GitHub Actions
4038 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 5050 uses : actions/setup-dotnet@v4
5151
5252 - name : Restore the solution
53- run : |
54- msbuild /restore $env:SOLUTION_PATH
55- msbuild $env:WAPPROJ_PATH /p:Configuration=$env:CONFIGURATION /p:Platform=$env:PLATFORM
53+ run : msbuild /restore $env:WAPPROJ_PATH /p:Configuration=$env:CONFIGURATION /p:Platform=$env:PLATFORM
You can’t perform that action at this time.
0 commit comments