We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9085ba commit e012e44Copy full SHA for e012e44
.vsts-ci/azure-pipelines-ci.yml
@@ -4,6 +4,8 @@ variables:
4
# Don't download unneeded packages
5
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
6
value: 'true'
7
+ - name: DOTNET_NOLOGO
8
+ value: 'true'
9
# Improve performance by not sending telemetry
10
- name: DOTNET_CLI_TELEMETRY_OPTOUT
11
.vsts-ci/azure-pipelines-release.yml
@@ -4,6 +4,9 @@ variables:
+
12
0 commit comments