Skip to content

Commit 1a40702

Browse files
authored
CI: skip unwanted .NET routines (#270)
1 parent ca59816 commit 1a40702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
env:
1111
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
1212
GRADLE_USER_HOME: ${{ github.workspace }}/.github/gradle
13+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
14+
DOTNET_CLI_TELEMETRY_OPTOUT: true
1315
steps:
1416
- uses: actions/checkout@v2
1517

0 commit comments

Comments
 (0)