diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 8d5d506..002ee7e 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: - configuration: [Debug, Release] + #configuration: [Debug, Release] targetplatform: [x86, x64] runs-on: windows-latest # For a list of available runner types, refer to @@ -65,7 +65,7 @@ jobs: Wap_Project_Directory: FAFB-PowerShell-Tool.Package Wap_Project_Name: FAFB-PowerShell-Tool.Package.wapproj Wap_Project_Path: FAFB-PowerShell-Tool.Package\FAFB-PowerShell-Tool.Package.wapproj - Actions_Allow_Unsecure_Commands: true # Allows AddPAth and SetEnv commands + #Actions_Allow_Unsecure_Commands: true # Allows AddPAth and SetEnv commands steps: - name: Checkout @@ -84,7 +84,7 @@ jobs: with: dotnet-version: '6.0.x' - # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild + # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v1.1 @@ -109,7 +109,6 @@ jobs: - name: Restore the Wpf application to populate the obj folder run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier env: - Configuration: ${{ matrix.configuration }} RuntimeIdentifier: win-${{ matrix.targetplatform }} # OLD: Decode the base 64 encoded pfx and save the Signing_Certificate @@ -142,7 +141,7 @@ jobs: env: AppxBundle: Never BuildMode: SideloadOnly - Configuration: ${{ matrix.configuration }} + Configuration: Debug TargetPlatform: ${{ matrix.targetplatform }} # Remove the .pfx