File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,15 @@ stages:
64
64
clean : all
65
65
steps :
66
66
- checkout : none
67
-
68
- - task : DownloadBuildArtifacts@0
69
- inputs :
70
- buildType : ' current' # Options: current, specific
71
- downloadType : ' single' # Choose whether to download a single artifact or all artifacts of a specific build. Options: single, specific
72
- artifactName : drop # Required when downloadType == Single
73
- itemPattern : ' **/*.nupkg' # Optional
74
-
67
+
68
+ - download : current
69
+ patterns : ' **/*.nupkg'
70
+ displayName : Download build artifact
71
+
75
72
- task : DotNetCoreCLI@2
76
73
displayName : ' dotnet push'
77
74
inputs :
78
75
command : push
79
76
publishVstsFeed : ' 3356baca-d7d8-497c-a5fa-ebd93f79f7c7'
80
- packagesToPush : ' $(Pipeline.Workspace)/drop/Infocaster.Umbraco.DateFolders*.nupkg '
81
- allowPackageConflicts : true
77
+ versioningScheme : byBuildNumber
78
+ packagesToPush : ' $(Pipeline.Workspace)/**/Infocaster.Umbraco.DateFolders*.nupkg '
You can’t perform that action at this time.
0 commit comments