File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ extends:
240240
241241 Register-PSResourceRepository -Name 'localRepo' -Uri $publishPath
242242 Publish-PSResource -Path "$(signOutPath)\Microsoft.PowerShell.PSResourceGet" -Repository 'localRepo' -Verbose
243- Write-Output "##vso[task.setvariable variable=publishPath]$publishPath"
243+ Write-Output "##vso[task.setvariable variable=publishPath;isOutput=true ]$publishPath"
244244 displayName: Create nupkg for publishing
245245
246246 - pwsh : |
@@ -266,7 +266,7 @@ extends:
266266 - task : CopyFiles@2
267267 displayName : " Copy nupkg to ob_outputDirectory - '$(ob_outputDirectory)'"
268268 inputs :
269- Contents : $(publishPath) \Microsoft.PowerShell.PSResourceGet.*.nupkg
269+ Contents : $(signOutPath)\PublishedNupkg \Microsoft.PowerShell.PSResourceGet.*.nupkg
270270 TargetFolder : $(ob_outputDirectory)
271271
272272 - pwsh : |
You can’t perform that action at this time.
0 commit comments