File tree 1 file changed +5
-5
lines changed
eng/pipelines/templates/steps
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ steps:
166
166
azurePowerShellVersion : LatestVersion
167
167
pwsh : true
168
168
ScriptType : InlineScript
169
- Inline : >-
169
+ Inline : |
170
170
$account = (Get-AzContext).Account;
171
171
$env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id;
172
172
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants;
@@ -179,10 +179,10 @@ steps:
179
179
}
180
180
Write-Host (Get-Command python).Source
181
181
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
+
186
186
Write-Host "Last exit code: $LASTEXITCODE";
187
187
exit $LASTEXITCODE;
188
188
- ${{ else }} :
You can’t perform that action at this time.
0 commit comments