We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334b95f commit d8cbc43Copy full SHA for d8cbc43
profile.ps1
@@ -8,6 +8,7 @@ if ($env:APPLICATIONINSIGHTS_CONNECTION_STRING -or $env:APPINSIGHTS_INSTRUMENTAT
8
$hasAppInsights = $true
9
}
10
if ($hasAppInsights) {
11
+ Set-Location -Path $PSScriptRoot
12
$SwAppInsights = [System.Diagnostics.Stopwatch]::StartNew()
13
try {
14
$AppInsightsDllPath = Join-Path $PSScriptRoot 'Shared\AppInsights\Microsoft.ApplicationInsights.dll'
0 commit comments