Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MunaAlaneme authored Oct 17, 2024
1 parent d2a3923 commit fc958e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
dotnet workload list
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild $env:GameLauncher1 /t:Restore /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
#- name: Restore the application
# run: msbuild $env:GameLauncher1 /t:Restore /p:Configuration=$env:Configuration
# env:
# Configuration: ${{ matrix.configuration }}

# Decode the base 64 encoded pfx and save the Signing_Certificate
- name: Decode the pfx
Expand Down

0 comments on commit fc958e8

Please sign in to comment.