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 99ab168 commit 9824165Copy full SHA for 9824165
eng/common/scripts/stress-testing/deploy-stress-tests.ps1
@@ -121,8 +121,8 @@ function DeployStressPackage(
121
Run helm dependency update $pkg.Directory
122
if ($LASTEXITCODE) { return }
123
124
- if (Test-Path "$($pkg.Directory)/test-resources.bicep") {
125
- Run az bicep build -f "$($pkg.Directory)/test-resources.bicep"
+ if (Test-Path "$($pkg.Directory)/stress-test-resources.bicep") {
+ Run az bicep build -f "$($pkg.Directory)/stress-test-resources.bicep"
126
127
}
128
0 commit comments