File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,11 @@ extends:
96
96
specificBuildWithTriggering : true
97
97
branchName : refs/heads/main
98
98
artifact : drop_build_main
99
- targetPath : $(Build.SourcesDirectory)/modules
99
+ - task : ExtractFiles@1
100
+ displayName : Extract PowerShellEditorServices
101
+ inputs :
102
+ archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
103
+ destinationFolder : $(Build.SourcesDirectory)/modules
100
104
- pwsh : |
101
105
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
102
106
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
@@ -154,7 +158,11 @@ extends:
154
158
specificBuildWithTriggering : true
155
159
branchName : refs/heads/main
156
160
artifact : drop_build_main
157
- targetPath : $(Build.SourcesDirectory)/modules
161
+ - task : ExtractFiles@1
162
+ displayName : Extract PowerShellEditorServices
163
+ inputs :
164
+ archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
165
+ destinationFolder : $(Build.SourcesDirectory)/modules
158
166
- pwsh : |
159
167
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
160
168
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
You can’t perform that action at this time.
0 commit comments