mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Build updates
This commit is contained in:
@@ -3,11 +3,20 @@ variables:
|
|||||||
Minor: '0'
|
Minor: '0'
|
||||||
Patch: '0'
|
Patch: '0'
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- Weather/Models/**/*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
command: pack
|
command: pack
|
||||||
packagesToPack: 'Weather\Models\Models.csproj'
|
packagesToPack: 'Weather/Models/Models.csproj'
|
||||||
versioningScheme: byPrereleaseNumber
|
versioningScheme: byPrereleaseNumber
|
||||||
majorVersion: '$(Major)'
|
majorVersion: '$(Major)'
|
||||||
minorVersion: '$(Minor)'
|
minorVersion: '$(Minor)'
|
||||||
@@ -15,6 +24,6 @@ steps:
|
|||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: 'push'
|
||||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
packagesToPush: 'Weather/Models/**/*.nupkg'
|
||||||
nuGetFeedType: 'internal'
|
nuGetFeedType: 'internal'
|
||||||
publishVstsFeed: '2eb33313-2dc4-435d-ab24-74b653cdd7bc'
|
publishVstsFeed: '2eb33313-2dc4-435d-ab24-74b653cdd7bc'
|
||||||
Reference in New Issue
Block a user