mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-03 09:35:39 -05:00
Update references to master branch (#980)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[](https://travis-ci.org/Microsoft/sqltoolsservice)
|
[](https://travis-ci.org/Microsoft/sqltoolsservice)
|
||||||
[](https://ci.appveyor.com/project/kburtram/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
|
# 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:
|
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
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
|||||||
@@ -216,4 +216,4 @@ schedules:
|
|||||||
displayName: Mon-Fri at 5:00AM
|
displayName: Mon-Fri at 5:00AM
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- main
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ stages:
|
|||||||
displayName: 'PowerShell Script'
|
displayName: 'PowerShell Script'
|
||||||
inputs:
|
inputs:
|
||||||
filePath: '$(System.DefaultWorkingDirectory)/CrossPlatBuildScripts/AutomatedReleases/sqltoolsserviceRelease.ps1'
|
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'
|
workingDirectory: '$(System.DefaultWorkingDirectory)/sqltoolsservice'
|
||||||
env:
|
env:
|
||||||
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
||||||
@@ -64,4 +64,4 @@ schedules:
|
|||||||
displayName: Mon-Fri at 7:00
|
displayName: Mon-Fri at 7:00
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user