From 89d94f22240a6654893ccc1f49fbc44847a3e3d3 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sat, 25 Nov 2023 21:58:18 +0900 Subject: [PATCH] Update net80-console.yml --- .github/workflows/net80-console.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/net80-console.yml b/.github/workflows/net80-console.yml index 39cca2b..94025cc 100644 --- a/.github/workflows/net80-console.yml +++ b/.github/workflows/net80-console.yml @@ -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