Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
geekzter committed Jul 25, 2024
1 parent b0d6763 commit 941a0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
-o json `
| ConvertFrom-Json `
| Set-Variable run
$run | ConvertTo-Json -Depth 3 | Out-String | Write-Debug
$run | ConvertTo-Json -Depth 4 | Out-String | Write-Debug
$run | Format-List | Out-String | Write-Debug
"{0}{1}/_build/results?buildId={2}&view=results" -f "$(System.CollectionUri)", [uri]::EscapeDataString("$(System.TeamProject)"), $run.id | Write-Host
Write-Host "Waiting for pipeline run $($run.id) to complete..."
Expand Down
2 changes: 1 addition & 1 deletion scripts/identity

0 comments on commit 941a0be

Please sign in to comment.