Skip to content

Commit

Permalink
Update Build AppControl Manager MSIX Package.yml
Browse files Browse the repository at this point in the history
Fixed arch name
  • Loading branch information
HotCakeX committed Dec 10, 2024
1 parent d337bb1 commit bfaf4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build AppControl Manager MSIX Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
- name: Building the AppControl Manager
# https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build
run: dotnet build "AppControl Manager/AppControl Manager.sln" --configuration Release --verbosity minimal --arch win-x64
run: dotnet build "AppControl Manager/AppControl Manager.sln" --configuration Release --verbosity minimal --arch x64

- name: Generating the MSIX Package
run: dotnet msbuild "AppControl Manager/AppControl Manager.sln" /p:Configuration=Release /p:AppxPackageDir="MSIXOutput\" /p:GenerateAppxPackageOnBuild=true /p:arch=win-x64
run: dotnet msbuild "AppControl Manager/AppControl Manager.sln" /p:Configuration=Release /p:AppxPackageDir="MSIXOutput\" /p:GenerateAppxPackageOnBuild=true /p:arch=x64

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

0 comments on commit bfaf4f1

Please sign in to comment.