File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,7 @@ extends:
101
101
inputs :
102
102
archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
103
103
destinationFolder : $(Build.SourcesDirectory)/modules
104
- - pwsh : |
105
- Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
106
- Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
107
- ./tools/installPSResources.ps1 -PSRepository CFS
104
+ - pwsh : ./tools/installPSResources.ps1 -PSRepository CFS
108
105
displayName : Install PSResources
109
106
- pwsh : Invoke-Build Build -Configuration $(BuildConfiguration)
110
107
displayName : Build
@@ -163,10 +160,7 @@ extends:
163
160
inputs :
164
161
archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
165
162
destinationFolder : $(Build.SourcesDirectory)/modules
166
- - pwsh : |
167
- Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
168
- Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
169
- ./tools/installPSResources.ps1 -PSRepository CFS
163
+ - pwsh : ./tools/installPSResources.ps1 -PSRepository CFS
170
164
displayName : Install PSResources
171
165
- pwsh : Invoke-Build Test -Configuration $(BuildConfiguration)
172
166
displayName : Run tests
You can’t perform that action at this time.
0 commit comments