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 6ce9f3b commit 1f80f94
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 @@ -71,13 +71,15 @@ jobs:
# 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: |
Write-Host -Object "`nChecking .NET info`n`n"
dotnet --info
Write-Host -Object "`nListing installed .NET SDKs`n`n"
dotnet --list-sdks
dotnet build "AppControl Manager.sln" --configuration Release --verbosity diagnostic /p:Platform=x64
dotnet build "AppControl Manager.sln" --configuration Release --verbosity normal /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 -v:diagnostic
run: dotnet msbuild "AppControl Manager.sln" /p:Configuration=Release /p:AppxPackageDir="MSIXOutput\" /p:GenerateAppxPackageOnBuild=true /p:Platform=x64 -v:normal

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

0 comments on commit 1f80f94

Please sign in to comment.