Skip to content

Commit 996282d

Browse files
committed
Work CI-CD
- Remove tag from build triggers. - Adjust nbgv config.
1 parent edebb29 commit 996282d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ trigger:
2020
- config/*
2121
- .github/*
2222

23-
tags:
24-
include:
25-
- v*
26-
2723
# PR always trigger build
2824
pr:
2925
autoCancel: true

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.0",
3+
"version": "1.1",
44
"assemblyVersion": {
5-
"precision": "revision"
5+
"precision": "minor"
66
},
77
"semVer1NumericIdentifierPadding": 3,
88
"nuGetPackageVersion": {

0 commit comments

Comments
 (0)