Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools repository (#11183)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Apr 9, 2020
1 parent fdb7ec3 commit 3a5867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ trap {
}

# Enumerate test resources to deploy. Fail if none found.
$root = [System.IO.Path]::Combine("$PSScriptRoot/../sdk", $ServiceDirectory) | Resolve-Path
$root = [System.IO.Path]::Combine("$PSScriptRoot/../../../sdk", $ServiceDirectory) | Resolve-Path
$templateFileName = 'test-resources.json'
$templateFiles = @()

Expand Down

0 comments on commit 3a5867e

Please sign in to comment.