Build Managed Batch Parser NuGet package (#1747)

This commit is contained in:
Cheena Malhotra
2022-11-07 10:03:32 -08:00
committed by GitHub
parent 2856ff241f
commit d33c97c079
13 changed files with 259 additions and 68 deletions

View File

@@ -3,6 +3,18 @@ pr: none
stages:
- stage: Build
variables:
- name: buildConfiguration
value: 'Release'
# Major version number for the release
- name: Major
value: '3'
# Minor version number for the release (should be incremented post a stable release)
- name: Minor
value: '0'
# Set to true to build a stable release.
- name: StableRelease
value: 'false'
jobs:
- job: Build
pool: