Skip to content

Commit fb38e3c

Browse files
committed
Update build workflow
1 parent 879b624 commit fb38e3c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20+
env:
21+
DOTNET_NOLOGO: true
22+
DOTNET_CLI_TELEMETRY_OPTOUT: true
2023

2124
steps:
2225
- name: Checkout
@@ -26,7 +29,6 @@ jobs:
2629
uses: actions/setup-dotnet@v5
2730
with:
2831
dotnet-version: |
29-
6.0.x
3032
8.0.x
3133
10.0.x
3234

0 commit comments

Comments
 (0)