mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Build Managed Batch Parser NuGet package (#1747)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user