Skip to content

Commit e09fa6b

Browse files
Andreas Vilinskixperiandri
authored andcommitted
shorten build output
1 parent 75a2650 commit e09fa6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
- name: Build with dotnet
1515
run: |
16-
dotnet --version
17-
dotnet build --configuration Release
16+
DOTNET_CLI_TELEMETRY_OPTOUT=1
17+
dotnet build --nologo --configuration Release
1818
dotnet pack --no-build -c Release
1919
- name: NuGet push
2020
run: |

0 commit comments

Comments
 (0)