Skip to content

Commit

Permalink
Merge pull request #73 from R2NorthstarTools/BigSpice-patch-2
Browse files Browse the repository at this point in the history
Update dotnet-desktop.yml
  • Loading branch information
BigSpice authored Oct 19, 2023
2 parents 2d19522 + 5f06c80 commit f5cdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
dotnet-version: 6.0.x

- name: Publish Portable VTOL
run: dotnet publish "D:\Development Northstar AmVCX C++ branch 19023 ID0\VTOL.sln" -r win-x64 /p:PublishSingleFile=True --self-contained true --output "D:\Development Northstar AmVCX C++ branch 19023 ID 44\Portable_2023_VTOL\3.0.0"
run: dotnet publish VTOL.sln -r win-x64 /p:PublishSingleFile=True --self-contained true --output "D:\Development Northstar AmVCX C++ branch 19023 ID 44\Portable_2023_VTOL\3.0.0"

- name: Run Tests
run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LongRunning"

0 comments on commit f5cdf5b

Please sign in to comment.