Skip to content

Commit

Permalink
Update Build AppControl Manager MSIX Package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Dec 27, 2024
1 parent e4326aa commit 6ce9f3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Build AppControl Manager MSIX Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,19 @@ jobs:
- name: Building the AppControl Manager
shell: pwsh
working-directory: './AppControl Manager'
# Setting up working directory to ensure dotnet build will see the global.json file in the "AppControl Manager" sub-directory

# https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build
# https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference
# https://learn.microsoft.com/en-us/visualstudio/msbuild/common-msbuild-project-properties
run: |
dotnet --info
dotnet --list-sdks
dotnet build "AppControl Manager.sln" --configuration Release --verbosity minimal /p:Platform=x64
dotnet build "AppControl Manager.sln" --configuration Release --verbosity diagnostic /p:Platform=x64
- name: Generating the MSIX Package
working-directory: './AppControl Manager'
run: dotnet msbuild "AppControl Manager.sln" /p:Configuration=Release /p:AppxPackageDir="MSIXOutput\" /p:GenerateAppxPackageOnBuild=true /p:Platform=x64
run: dotnet msbuild "AppControl Manager.sln" /p:Configuration=Release /p:AppxPackageDir="MSIXOutput\" /p:GenerateAppxPackageOnBuild=true /p:Platform=x64 -v:diagnostic

- name: Capturing the Generated MSIX file Path
shell: pwsh
Expand Down

0 comments on commit 6ce9f3b

Please sign in to comment.