diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index dcd41e7..2dfab43 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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