File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,21 @@ steps:
1818 targetPath : ' $(Build.SourcesDirectory)\obj\Lab.Release\NugetPackageVersion.txt'
1919 artifactName : ' PackageVersion'
2020 OneESPT : true
21-
21+
22+ - task : CopyFiles@2
23+ inputs :
24+ SourceFolder : $(Build.BinariesDirectory)
25+ Contents : ' **/*.nupkg'
26+ TargetFolder : $(Build.SourcesDirectory)/NugetPackages
27+ flattenFolders : true
28+ OverWrite : true
29+
2230- task : 1ES.PublishNuget@1
2331 displayName : Publish Nuget package
2432 condition : and(succeeded(), eq(variables['SignType'], 'real'))
2533 inputs :
26- packagesToPush : ' $(Build.SourcesDirectory)\VS.Redist.Debugger.MDD.MIEngine.*.nupkg;$(Build.SourcesDirectory)\VS.Redist.Debugger.MDD.UnixPortSupplier. *.nupkg'
27- packageParentPath : ' $(Build.SourcesDirectory)'
34+ packagesToPush : ' $(Build.SourcesDirectory)/NugetPackages/ *.nupkg'
35+ packageParentPath : ' $(Build.SourcesDirectory)/NugetPackages '
2836 publishVstsFeed : ' 97a41293-2972-4f48-8c0e-05493ae82010' # VS
2937 nuGetFeedType : internal
3038...
You can’t perform that action at this time.
0 commit comments