diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 18c61e7b..8821447b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,8 +20,9 @@ jobs: uses: actions/setup-dotnet@v4 # build it, test it, pack it, publish it - name: Run dotnet build (release, for nuget) - # see issue #105 + # see issue #105 and #243 # very important, since we use cmd scripts, the default is psh, and a bug prevents errorlevel to bubble + shell: cmd run: ./build.cmd - name: Nuget publish # skip-duplicate ensures that the 409 error received when the package was already published,