Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Cleaning up build actions removed output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed May 25, 2020
1 parent 7199a62 commit f7548f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

# Create the app package by building and packaging the Windows Application Packaging project
- name: Pixel Vision 8 Nightly
run: msbuild $env:Wap_Project_Path --output Releases\${{ matrix.configuration }}\ --runtime ${{ matrix.configuration }} --framework netcoreapp3.1 -p:PublishSingleFile=true -p:PublishTrimmed=true
run: msbuild $env:Wap_Project_Path --runtime ${{ matrix.configuration }} --framework netcoreapp3.1 -p:PublishSingleFile=true -p:PublishTrimmed=true
#env:
# Appx_Bundle: Always
# Appx_Bundle_Platforms: x86|x64
Expand Down

0 comments on commit f7548f5

Please sign in to comment.