File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }} :
You can’t perform that action at this time.
0 commit comments