Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 22, 2024
1 parent 0f93036 commit 4b5fa7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild /m /nr:true /t:Build /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 /p:UapAppxPackageBuildMode=StoreUpload /p:AppxPackageSigningEnabled=false /p:AppxBundlePlatforms="x64" ${{env.SOLUTION_FILE_PATH}}
ls x64\Release x64\Release\Upload
ls x64\Release
ls x64\Release\Upload

0 comments on commit 4b5fa7b

Please sign in to comment.