Skip to content

Commit

Permalink
added comments around the .net installer
Browse files Browse the repository at this point in the history
# If the variable dotnet_auto_zip_path is an empty string, then the Installer will download the .NET Instrumentation from the default repository.
  • Loading branch information
bryan-splunk authored Mar 14, 2024
1 parent 85b3591 commit 79633a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/buildscripts/packaging/installer/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ if ($with_dotnet_instrumentation) {
throw "The Splunk Distribution of OpenTelemetry .NET is already installed. Stop all instrumented applications and uninstall it and then rerun this script."
}

# If the variable dotnet_auto_zip_path is an empty string, then the Installer will download the .NET Instrumentation from the default repository.
Install-OpenTelemetryCore -LocalPath $dotnet_auto_zip_path

$installed_version = Get-OpenTelemetryInstallVersion
Expand Down

0 comments on commit 79633a5

Please sign in to comment.