mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Try adding build YAML file
This commit is contained in:
14
Weather/Models/azure-pipelines.yml
Normal file
14
Weather/Models/azure-pipelines.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
variables:
|
||||||
|
Major: '1'
|
||||||
|
Minor: '0'
|
||||||
|
Patch: '0'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- task: NuGetCommand@2
|
||||||
|
inputs:
|
||||||
|
command: pack
|
||||||
|
packagesToPack: '**/*.csproj'
|
||||||
|
versioningScheme: byPrereleaseNumber
|
||||||
|
majorVersion: '$(Major)'
|
||||||
|
minorVersion: '$(Minor)'
|
||||||
|
patchVersion: '$(Patch)'
|
||||||
Reference in New Issue
Block a user