Skip to content

Commit 4247ea5

Browse files
committed
Replace DOTNET_SKIP_FIRST_TIME_EXPERIENCE with DOTNET_NOLOGO
1 parent e42a08f commit 4247ea5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.vsts-ci/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33
variables:
44
DOTNET_CLI_TELEMETRY_OPTOUT: 1
55
POWERSHELL_TELEMETRY_OPTOUT: 1
6-
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
7-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
6+
DOTNET_NOLOGO: 1
87

98
resources:
109
- repo: self

.vsts-ci/mac.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33
variables:
44
DOTNET_CLI_TELEMETRY_OPTOUT: 1
55
POWERSHELL_TELEMETRY_OPTOUT: 1
6-
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
7-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
6+
DOTNET_NOLOGO: 1
87

98
resources:
109
- repo: self

.vsts-ci/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33
variables:
44
DOTNET_CLI_TELEMETRY_OPTOUT: 1
55
POWERSHELL_TELEMETRY_OPTOUT: 1
6-
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
7-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
6+
DOTNET_NOLOGO: 1
87

98
resources:
109
- repo: self

0 commit comments

Comments
 (0)