File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ extends:
35
35
outputs :
36
36
- output : nuget
37
37
displayName : 📦 Push packages to nuget.org
38
- packagesToPush : ' $(Pipeline.Workspace)/CI/deployables-Windows/NuGet/ *.nupkg'
39
- packageParentPath : $(Pipeline.Workspace)/CI/deployables-Windows/NuGet
38
+ packagesToPush : ' $(Pipeline.Workspace)/CI/deployables-Windows/*.nupkg'
39
+ packageParentPath : $(Pipeline.Workspace)/CI/deployables-Windows
40
40
allowPackageConflicts : true
41
41
nuGetFeedType : external
42
42
publishFeedCredentials : Microsoft.Windows.CsWin32
@@ -53,7 +53,6 @@ extends:
53
53
- download : CI
54
54
artifact : deployables-Windows
55
55
displayName : 🔻 Download deployables-Windows artifact
56
- patterns : ' deployables-Windows/NuGet/*'
57
56
- task : GitHubRelease@1
58
57
displayName : 📢 GitHub release (create)
59
58
inputs :
@@ -65,7 +64,7 @@ extends:
65
64
title : v$(resources.pipeline.CI.runName)
66
65
isDraft : true # After running this step, visit the new draft release, edit, and publish.
67
66
isPreRelease : $(IsPrerelease)
68
- assets : $(Pipeline.Workspace)/CI/deployables-Windows/NuGet/ *.nupkg
67
+ assets : $(Pipeline.Workspace)/CI/deployables-Windows/*.nupkg
69
68
changeLogCompareToRelease : lastNonDraftRelease
70
69
changeLogType : issueBased
71
70
changeLogLabels : |
You can’t perform that action at this time.
0 commit comments