File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33variables :
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
98resources :
109 - repo : self
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33variables :
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
98resources :
109 - repo : self
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33variables :
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
98resources :
109 - repo : self
You can’t perform that action at this time.
0 commit comments