We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486ca8a commit 64bfeb5Copy full SHA for 64bfeb5
eng/pipelines/templates/jobs/smoke.tests.yml
@@ -29,7 +29,7 @@ jobs:
29
displayName: Install dev-tool
30
31
- pwsh: |
32
- $(Build.SourcesDirectory)/eng/common/TestResources/Import-AzModules.ps1
+ $(Build.SourcesDirectory)/eng/common/scripts/Import-AzModules.ps1
33
34
./Initialize-SmokeTests.ps1 -DryRun -CI -Verbose -ServiceDirectory ${{ parameters.ServiceDirectory }}
35
if (-not (Test-Path ./run-manifest.json)) {
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
$subscriptionConfiguration = @"
139
$(SubscriptionConfiguration)
0 commit comments