We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce87281 commit e2ee8c0Copy full SHA for e2ee8c0
.github/workflows/dotnet-desktop.yml
@@ -83,10 +83,12 @@ jobs:
83
84
# Restore the application to populate the obj folder with RuntimeIdentifiers
85
- name: Restore the application
86
- run: msbuild $env:Solution_Name /t:Restore /p:OutDir=c:\output\ /p:Configuration=Release
+ run: msbuild $env:Solution_Name /t:Build /p:OutDir=c:\output\ /p:Configuration=$env:configuration
87
env:
88
Configuration: ${{ matrix.configuration }}
89
90
+
91
92
# Decode the base 64 encoded pfx and save the Signing_Certificate
93
#- name: Decode the pfx
94
# run: |
0 commit comments