From fc958e82783ef1c39f52b560fb2e7c0252a3de6a Mon Sep 17 00:00:00 2001 From: Muna Alaneme <84506748+MunaAlaneme@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:58:25 -0400 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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