Add push step

This commit is contained in:
2019-07-20 19:00:34 -04:00
parent 227794bd70
commit 16c38270dd

View File

@@ -12,3 +12,9 @@ steps:
majorVersion: '$(Major)'
minorVersion: '$(Minor)'
patchVersion: '$(Patch)'
- task: NuGetCommand@2
displayName: 'NuGet push'
inputs:
command: push
publishVstsFeed: 'HomeMonitor'
allowPackageConflicts: true