Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger authored Nov 17, 2023
1 parent c501131 commit 1881228
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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/[email protected]

Expand All @@ -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
Expand Down Expand Up @@ -142,7 +141,7 @@ jobs:
env:
AppxBundle: Never
BuildMode: SideloadOnly
Configuration: ${{ matrix.configuration }}
Configuration: Debug
TargetPlatform: ${{ matrix.targetplatform }}

# Remove the .pfx
Expand Down

0 comments on commit 1881228

Please sign in to comment.