We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b95d6c commit c2d1355Copy full SHA for c2d1355
1 file changed
build/nuget-release.yml
@@ -17,6 +17,7 @@ resources:
17
variables:
18
- group: 'Arcus - GitHub Package Registry'
19
- group: 'Build Configuration'
20
+ - group: 'NuGet'
21
- template: ./variables/build.yml
22
- template: ./variables/test.yml
23
- name: 'Package.Version'
@@ -133,4 +134,9 @@ stages:
133
134
None.
135
### Removal
136
- - template: 'nuget/publish-official-package.yml@templates'
137
+ - task: DotNetCoreCLI@2
138
+ displayName: 'Push to NuGet.org'
139
+ inputs:
140
+ command: 'custom'
141
+ custom: 'nuget'
142
+ arguments: 'push src/**/*.nupkg --source $(NuGet.SourceUrl) --api-key $(NuGet.ApiKey)'
0 commit comments