mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -13,8 +13,8 @@ steps:
|
|||||||
minorVersion: '$(Minor)'
|
minorVersion: '$(Minor)'
|
||||||
patchVersion: '$(Patch)'
|
patchVersion: '$(Patch)'
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet push'
|
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: 'push'
|
||||||
publishVstsFeed: 'HomeMonitor'
|
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||||
allowPackageConflicts: true
|
nuGetFeedType: 'internal'
|
||||||
|
publishVstsFeed: '2eb33313-2dc4-435d-ab24-74b653cdd7bc'
|
||||||
Reference in New Issue
Block a user