Skip to content

Commit 10f9a21

Browse files
scbeddl0lawrence
authored andcommitted
update live test samples invocation (Azure#36598)
1 parent 2439e46 commit 10f9a21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eng/pipelines/templates/steps/build-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ steps:
166166
azurePowerShellVersion: LatestVersion
167167
pwsh: true
168168
ScriptType: InlineScript
169-
Inline: >-
169+
Inline: |
170170
$account = (Get-AzContext).Account;
171171
$env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id;
172172
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants;
@@ -179,10 +179,10 @@ steps:
179179
}
180180
Write-Host (Get-Command python).Source
181181
182-
scripts/devops_tasks/dispatch_tox.py
183-
"$(TargetingString)"
184-
--service="${{ parameters.ServiceDirectory }}"
185-
--toxenv="samples";
182+
python scripts/devops_tasks/dispatch_tox.py "$(TargetingString)" `
183+
--service="${{ parameters.ServiceDirectory }}" `
184+
--toxenv="samples"
185+
186186
Write-Host "Last exit code: $LASTEXITCODE";
187187
exit $LASTEXITCODE;
188188
- ${{ else }}:

0 commit comments

Comments
 (0)