Skip to content

Commit

Permalink
Merge pull request #3929 from allMagicNB/main
Browse files Browse the repository at this point in the history
修改 Actions 的编译参数
  • Loading branch information
LTCatt authored May 31, 2024
2 parents b86588e + f32b671 commit 879fc00
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ jobs:

# Create the app package by building and packaging the Windows Application Packaging project
- name: Create the app package
run: msbuild $env:Wap_Project_Path /p:Configuration=$env:Configuration /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle
run: msbuild $env:Wap_Project_Path /p:Configuration=$env:Configuration
env:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64|ARM|ARM64
Appx_Package_Build_Mode: StoreUpload
Configuration: ${{ matrix.configuration }}

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
Expand Down

0 comments on commit 879fc00

Please sign in to comment.