Skip to content

Commit 850036d

Browse files
authored
Update dotnet-desktop.yml
1 parent e2ee8c0 commit 850036d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,14 @@ jobs:
8383

8484
# Restore the application to populate the obj folder with RuntimeIdentifiers
8585
- name: Restore the application
86-
run: msbuild $env:Solution_Name /t:Build /p:OutDir=c:\output\ /p:Configuration=$env:configuration
86+
run: msbuild $env:Solution_Name /t:Restore /p:OutDir=c:\output\ /p:Configuration=$env:configuration
8787
env:
8888
Configuration: ${{ matrix.configuration }}
8989

90+
- name: Build the application
91+
run: msbuild $env:Solution_Name /t:Build /p:OutDir=c:\output\ /p:Configuration=$env:configuration
92+
env:
93+
Configuration: ${{ matrix.configuration }}
9094

9195

9296
# Decode the base 64 encoded pfx and save the Signing_Certificate

0 commit comments

Comments
 (0)