Skip to content

Commit 2606d3b

Browse files
committed
Work CI-CD
- Fix nbgv config. - Fix condition to update dependents.
1 parent 578d5dd commit 2606d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
or(
6969
and(
7070
succeeded(),
71-
startsWith(variables['Build.SourceBranch'], 'refs/tags/v'),
71+
startsWith(variables['Build.SourceBranch'], 'refs/heads/main'),
7272
eq(variables['StartReleaseCandidate'], 'false')
7373
),
7474
and(

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)