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 45f3add commit 6fa27f9Copy full SHA for 6fa27f9
azure-pipelines.yml
@@ -20,10 +20,6 @@ trigger:
20
- config/*
21
- .github/*
22
23
- tags:
24
- include:
25
- - v*
26
-
27
# PR always trigger build
28
pr:
29
autoCancel: true
version.json
@@ -1,12 +1,13 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"assemblyVersion": {
5
"precision": "revision"
6
},
7
"semVer1NumericIdentifierPadding": 3,
8
"nuGetPackageVersion": {
9
- "semVer": 2.0
+ "semVer": 2.0,
10
+ "precision": "revision"
11
12
"publicReleaseRefSpec": [
13
"^refs/heads/develop$",
0 commit comments