mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add push step
This commit is contained in:
@@ -12,3 +12,9 @@ steps:
|
||||
majorVersion: '$(Major)'
|
||||
minorVersion: '$(Minor)'
|
||||
patchVersion: '$(Patch)'
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'HomeMonitor'
|
||||
allowPackageConflicts: true
|
||||
Reference in New Issue
Block a user