mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update references to master branch (#980)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[](https://travis-ci.org/Microsoft/sqltoolsservice)
|
||||
[](https://ci.appveyor.com/project/kburtram/sqltoolsservice)
|
||||
[](https://coveralls.io/github/Microsoft/sqltoolsservice?branch=master)
|
||||
[](https://coveralls.io/github/Microsoft/sqltoolsservice?branch=main)
|
||||
|
||||
# Microsoft SQL Tools Service
|
||||
The SQL Tools Service is an application that provides core functionality for various SQL Server tools. These features include the following:
|
||||
|
||||
@@ -9,7 +9,7 @@ environment:
|
||||
# safelist
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- dev
|
||||
|
||||
before_build:
|
||||
|
||||
@@ -216,4 +216,4 @@ schedules:
|
||||
displayName: Mon-Fri at 5:00AM
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
|
||||
@@ -50,7 +50,7 @@ stages:
|
||||
displayName: 'PowerShell Script'
|
||||
inputs:
|
||||
filePath: '$(System.DefaultWorkingDirectory)/CrossPlatBuildScripts/AutomatedReleases/sqltoolsserviceRelease.ps1'
|
||||
arguments: '-workspace $(System.DefaultWorkingDirectory)/sqltoolsservice -minTag v2.0.0.0 -target master -tagFormat release'
|
||||
arguments: '-workspace $(System.DefaultWorkingDirectory)/sqltoolsservice -minTag v2.0.0.0 -target main -tagFormat release'
|
||||
workingDirectory: '$(System.DefaultWorkingDirectory)/sqltoolsservice'
|
||||
env:
|
||||
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
||||
@@ -64,4 +64,4 @@ schedules:
|
||||
displayName: Mon-Fri at 7:00
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user