Skip to content

Commit

Permalink
Update net80-console.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Nov 25, 2023
1 parent 006dd07 commit e264ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/net80-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dotnet restore --runtime win-x64
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
# - name: Test
# run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish --no-build --configuration Release --runtime win-x64 -p:PublishSingleFile=true --self-contained true --output ${{ env.DOTNET_ROOT }}/myapp

0 comments on commit e264ab6

Please sign in to comment.