Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Feb 22, 2024
1 parent 2b8da90 commit 8029873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet publish -c Release -o ../publish -r win-x64 --self-contained true /p:UseAppHost=true
run: dotnet publish -c Release -o publish -r win-x64 --self-contained true /p:UseAppHost=false
- name: Run tree
run: tree .

0 comments on commit 8029873

Please sign in to comment.