Skip to content

Commit

Permalink
Update net80-console.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Nov 25, 2023
1 parent e264ab6 commit 89d94f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
run: dotnet publish --no-build --configuration Release --runtime win-x64 --self-contained true --output ${{ env.DOTNET_ROOT }}/myapp

0 comments on commit 89d94f2

Please sign in to comment.