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 2859d40 commit a7c15e2Copy full SHA for a7c15e2
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -74,11 +74,6 @@ jobs:
74
- name: Setup MSBuild.exe
75
uses: microsoft/setup-msbuild@v2
76
77
- # Restore the application to populate the obj folder with RuntimeIdentifiers
78
- - name: Restore the application
79
- run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
80
- env:
81
- Configuration: ${{ matrix.configuration }}
82
83
# Decode the base 64 encoded pfx and save the Signing_Certificate
84
- name: Decode the pfx
0 commit comments