Skip to content

Commit 8eb75ef

Browse files
committed
Merged PR 474719: Update versions for release branch (and CI build numbers)
Update versions for release branch and match CI build numbers
2 parents eb70601 + 53a2b98 commit 8eb75ef

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ azure-pipelines
2424

2525
.editorconfig
2626
.gitignore
27+
CODEOWNERS
2728
gulpfile.ts
2829
!install.Lock
2930
ISSUE_TEMPLATE
@@ -35,6 +36,7 @@ package-lock.json
3536
package.json
3637
tsconfig.json
3738
tslint.json
39+
version.json
3840
wallaby.js
3941
webpack.config.js
4042

azure-pipelines/prereqs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ steps:
88
inputs:
99
versionSpec: '16.x'
1010

11+
- task: UseDotNet@2
12+
13+
# Set the CI build number to the VSIX version we're creating from this build.
14+
- script: |
15+
dotnet tool install --tool-path $(Agent.BuildDirectory) nbgv
16+
$(Agent.BuildDirectory)/nbgv cloud
17+
1118
- script: |
1219
npm ci
1320
npm i -g gulp

version.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"version": "2.0-beta"
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "2.0-beta",
4+
"publicReleaseRefSpec": [
5+
"^refs/heads/release$"
6+
],
7+
"cloudBuild": {
8+
"buildNumber": {
9+
"enabled": false
10+
}
11+
}
312
}

0 commit comments

Comments
 (0)