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 41db08f commit 499a93bCopy full SHA for 499a93b
version.json
@@ -0,0 +1,14 @@
1
+
2
+{
3
+ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
4
+ "version": "1.0-beta",
5
+ "publicReleaseRefSpec": [
6
+ "^refs/heads/master$",
7
+ "^refs/heads/v\\d+(?:\\.\\d+)?$"
8
+ ],
9
+ "cloudBuild": {
10
+ "buildNumber": {
11
+ "enabled": false
12
+ }
13
14
+}
0 commit comments