Skip to content

Commit ff83454

Browse files
committed
Switch build drop in OneBranch
1 parent 55a6f7c commit ff83454

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.pipelines/vscode-powershell-Official.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,8 @@ extends:
142142
definition: 2905
143143
specificBuildWithTriggering: true
144144
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
145+
artifact: drop_build_main
146+
targetPath: $(Build.SourcesDirectory)/modules
152147
- pwsh: Invoke-Build Test -Configuration $(BuildConfiguration)
153148
displayName: Run tests
154149
- stage: release

0 commit comments

Comments
 (0)