Skip to content

Commit a7c15e2

Browse files
authored
Remove application restore step in CI workflow
Removed application restore step from workflow.
1 parent 2859d40 commit a7c15e2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ jobs:
7474
- name: Setup MSBuild.exe
7575
uses: microsoft/setup-msbuild@v2
7676

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 }}
8277

8378
# Decode the base 64 encoded pfx and save the Signing_Certificate
8479
- name: Decode the pfx

0 commit comments

Comments
 (0)