Skip to content

Commit

Permalink
move get-pipelineartifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Jun 3, 2021
1 parent 54769c9 commit a62df5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/product-publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ $stages = @(
if ($env:VSCODE_BUILD_STAGE_MACOS -eq 'True') { 'macOS' }
)

$artifacts = Get-PipelineArtifact -Name 'vscode_*'
do {
Start-Sleep -Seconds 10

$artifacts = Get-PipelineArtifact -Name 'vscode_*'
if (!$artifacts) {
continue
}
Expand Down

0 comments on commit a62df5d

Please sign in to comment.