We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80eb41e + 352670e commit 990031cCopy full SHA for 990031c
1 file changed
azure-pipelines.yml
@@ -19,4 +19,12 @@ steps:
19
arguments: '--configuration Release --output $(build.artifactstagingdirectory)'
20
- task: PublishBuildArtifacts@1
21
inputs:
22
- ArtifactName: drop
+ ArtifactName: drop
23
+
24
+- task: NuGetCommand@2
25
+ displayName: publish to project nuget repo
26
+ inputs:
27
+ command: 'push'
28
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
29
+ nuGetFeedType: 'internal'
30
+ publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88'
0 commit comments