wip test nuget push.add nuget push package using internal Tools/CollectServiceFabricData feed from stage path
This commit is contained in:
Родитель
67f47b8568
Коммит
e9bd8e30a5
|
@ -186,7 +186,7 @@ steps:
|
||||||
rd $nupkgDir -recurse -force
|
rd $nupkgDir -recurse -force
|
||||||
md $nupkgDir
|
md $nupkgDir
|
||||||
move $nupkgZip $nupkg -force
|
move $nupkgZip $nupkg -force
|
||||||
move *.nupkg $nupkgDir -force
|
move $nupkg $nupkgDir -force
|
||||||
errorActionPreference: 'continue'
|
errorActionPreference: 'continue'
|
||||||
verbosePreference: 'continue'
|
verbosePreference: 'continue'
|
||||||
debugPreference: 'continue'
|
debugPreference: 'continue'
|
||||||
|
@ -296,32 +296,12 @@ steps:
|
||||||
targetPath: $(System.ArtifactsDirectory)
|
targetPath: $(System.ArtifactsDirectory)
|
||||||
artifactName: artifacts-$(start_time)-$(system.JobId)
|
artifactName: artifacts-$(start_time)-$(system.JobId)
|
||||||
|
|
||||||
# - task: DownloadPipelineArtifact@2
|
|
||||||
# inputs:
|
|
||||||
# buildType: 'current'
|
|
||||||
# artifactName: 'artifacts-$(start_time)-$(system.JobId)'
|
|
||||||
# targetPath: '$(artifacts_share_target)'
|
|
||||||
# allowPartiallySucceededBuilds: true
|
|
||||||
# allowFailedBuilds: true
|
|
||||||
|
|
||||||
# - task: NuGetCommand@2
|
|
||||||
# displayName: 'push nupkg to feed'
|
|
||||||
# inputs:
|
|
||||||
# command: 'push'
|
|
||||||
# packagesToPush: '$(release_path)/*.nupkg'
|
|
||||||
# nugetConfigPath: './nuget.config'
|
|
||||||
# publishVstsFeed: '$(project_feed)'
|
|
||||||
# publishPackageMetadata: true
|
|
||||||
# verbosityPush: 'Detailed'
|
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'push nupkg to feed'
|
displayName: 'push nupkg to feed'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: 'push'
|
||||||
packagesToPush: '$(release_path)/*.nupkg'
|
packagesToPush: '$(release_stage_path)/*.nupkg'
|
||||||
#nugetConfigPath: './nuget.config'
|
|
||||||
nuGetFeedType: 'internal'
|
nuGetFeedType: 'internal'
|
||||||
publishVstsFeed: '$(project_feed)'
|
publishVstsFeed: '$(project_feed)'
|
||||||
#feedsToUse: 'config'
|
|
||||||
publishPackageMetadata: true
|
publishPackageMetadata: true
|
||||||
verbosityPush: 'Detailed'
|
verbosityPush: 'Detailed'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче