Skip to content

Commit

Permalink
Try Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverteal authored May 31, 2024
1 parent 7c0beaa commit 8fe6c5c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration


# 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
env:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64|ARM|ARM64
Appx_Package_Build_Mode: StoreUpload
# # 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
# env:
# Appx_Bundle: Always
# Appx_Bundle_Platforms: x86|x64|ARM|ARM64
# Appx_Package_Build_Mode: StoreUpload

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

0 comments on commit 8fe6c5c

Please sign in to comment.