Skip to content

Commit 0e2f74d

Browse files
committed
Add DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true for GitHub actions
1 parent 49d4604 commit 0e2f74d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
ContinuousIntegrationBuild: true
88
DOTNET_CLI_TELEMETRY_OPTOUT: true
99
DOTNET_NOLOGO: true
10+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1011

1112
jobs:
1213
package:

0 commit comments

Comments
 (0)