diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c671ecc..8d31938 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ env: VersionPrefix: 42.42.${{ github.run_number }} VersionLabel: ${{ github.ref }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + MSBUILDTERMINALLOGGER: auto defaults: run: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea92ff9..f4050e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,8 @@ env: GeneratePackageOnBuild: true VersionLabel: ${{ github.ref }} GH_TOKEN: ${{ secrets.GH_TOKEN }} - + MSBUILDTERMINALLOGGER: auto + jobs: publish: runs-on: ubuntu-latest