Skip to content

Commit d8cbc43

Browse files
author
rvdwegen
committed
one more
1 parent 334b95f commit d8cbc43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profile.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if ($env:APPLICATIONINSIGHTS_CONNECTION_STRING -or $env:APPINSIGHTS_INSTRUMENTAT
88
$hasAppInsights = $true
99
}
1010
if ($hasAppInsights) {
11+
Set-Location -Path $PSScriptRoot
1112
$SwAppInsights = [System.Diagnostics.Stopwatch]::StartNew()
1213
try {
1314
$AppInsightsDllPath = Join-Path $PSScriptRoot 'Shared\AppInsights\Microsoft.ApplicationInsights.dll'

0 commit comments

Comments
 (0)