Skip to content

Commit e2ee8c0

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ 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:Restore /p:OutDir=c:\output\ /p:Configuration=Release
86+
run: msbuild $env:Solution_Name /t:Build /p:OutDir=c:\output\ /p:Configuration=$env:configuration
8787
env:
8888
Configuration: ${{ matrix.configuration }}
8989

90+
91+
9092
# Decode the base 64 encoded pfx and save the Signing_Certificate
9193
#- name: Decode the pfx
9294
# run: |

0 commit comments

Comments
 (0)