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