We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a6f7c commit ff83454Copy full SHA for ff83454
.pipelines/vscode-powershell-Official.yml
@@ -142,13 +142,8 @@ extends:
142
definition: 2905
143
specificBuildWithTriggering: true
144
branchName: refs/heads/main
145
- artifact: drop_release_github
146
- itemPattern: PowerShellEditorServices.zip
147
- - task: ExtractFiles@1
148
- displayName: Extract PowerShellEditorServices module
149
- inputs:
150
- archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
151
- destinationFolder: $(Build.SourcesDirectory)/modules
+ artifact: drop_build_main
+ targetPath: $(Build.SourcesDirectory)/modules
152
- pwsh: Invoke-Build Test -Configuration $(BuildConfiguration)
153
displayName: Run tests
154
- stage: release
0 commit comments