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