We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb70601 commit c8cdaf7Copy full SHA for c8cdaf7
azure-pipelines/prereqs.yml
@@ -8,6 +8,13 @@ steps:
8
inputs:
9
versionSpec: '16.x'
10
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 . nbgv
16
+ nbgv cloud
17
18
- script: |
19
npm ci
20
npm i -g gulp
version.json
@@ -1,3 +1,12 @@
1
{
2
- "version": "2.0-beta"
+ "$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": {
+ "buildNumber": {
+ "enabled": false
+ }
}
0 commit comments