Skip to content

Commit

Permalink
testing the link
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Nov 14, 2022
1 parent e6cd5f8 commit 123601a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/pipelines/templates/steps/sync-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ steps:
-CancelPreviousBuilds $True
-Base64EncodedAuthToken "$(azuresdk-azure-sdk-devops-build-queuing-pat)"
- pwsh: |
Write-Host "1."
$env:QueuedPipelines | Write-Host
Write-Host "2."
$env:QUEUEDPIPELINES | Write-Host
Write-Host "3."
$(QueuedPipelines) | Write-Host
displayName: Check the link
- task: PowerShell@2
displayName: Write Queued Pipeline Information to Tools PR
condition: and(succeeded(), and(ne(variables['QueuedPipelines'], ''), eq(variables['Build.Reason'], 'PullRequest')))
Expand Down

0 comments on commit 123601a

Please sign in to comment.