Skip to content

Commit

Permalink
Extract artifact from upstream pipeline (#5072)
Browse files Browse the repository at this point in the history
Since drop_build_main now includes the zip archive among other things.
  • Loading branch information
andyleejordan authored Oct 29, 2024
1 parent 64f32d3 commit f6d86ba
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .pipelines/vscode-powershell-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ extends:
specificBuildWithTriggering: true
branchName: refs/heads/main
artifact: drop_build_main
targetPath: $(Build.SourcesDirectory)/modules
- task: ExtractFiles@1
displayName: Extract PowerShellEditorServices
inputs:
archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
destinationFolder: $(Build.SourcesDirectory)/modules
- pwsh: |
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
Expand Down Expand Up @@ -154,7 +158,11 @@ extends:
specificBuildWithTriggering: true
branchName: refs/heads/main
artifact: drop_build_main
targetPath: $(Build.SourcesDirectory)/modules
- task: ExtractFiles@1
displayName: Extract PowerShellEditorServices
inputs:
archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
destinationFolder: $(Build.SourcesDirectory)/modules
- pwsh: |
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
Expand Down

0 comments on commit f6d86ba

Please sign in to comment.