Skip to content

Commit 27a5c9a

Browse files
committed
1 parent d793e7a commit 27a5c9a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
VersionPrefix: 42.42.${{ github.run_number }}
2323
VersionLabel: ${{ github.ref }}
2424
GH_TOKEN: ${{ secrets.GH_TOKEN }}
25+
MSBUILDTERMINALLOGGER: auto
2526

2627
defaults:
2728
run:

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414
GeneratePackageOnBuild: true
1515
VersionLabel: ${{ github.ref }}
1616
GH_TOKEN: ${{ secrets.GH_TOKEN }}
17-
17+
MSBUILDTERMINALLOGGER: auto
18+
1819
jobs:
1920
publish:
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)