diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml new file mode 100644 index 0000000..5063722 --- /dev/null +++ b/Weather/Models/azure-pipelines.yml @@ -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)'