Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit f0f66df

Browse files
authored
Add indication for first time experience (#7044)
1 parent 40932e8 commit f0f66df

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packaging/deb/postinst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The .NET Core Tools include a telemetry feature that collects usage information.
1313
1414
The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License.
1515
16-
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry."
16+
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.
17+
18+
Installation Note
19+
--------------
20+
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
1721

1822
dotnet new > /dev/null 2>&1 || true

packaging/rpm/scripts/after_install_host.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The .NET Core Tools include a telemetry feature that collects usage information.
1717
1818
The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License.
1919
20-
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry."
20+
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.
21+
22+
Installation Note
23+
--------------
24+
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
2125

2226
dotnet new > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)