This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c501131
commit 1881228
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|
||
|
@@ -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 | ||
|