Skip to content

Commit a6318a0

Browse files
committed
Updated CI
1 parent c333395 commit a6318a0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,4 @@ jobs:
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

0 commit comments

Comments
 (0)