Skip to content

Commit f910013

Browse files
committed
Work CI-CD
- Update nbgv config. - Brought pipeline yaml up to date. ***NO_CI***
1 parent 379f5f9 commit f910013

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

azure-pipelines.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
14
trigger:
25
branches:
3-
include: [main, develop, "release-*" ]
6+
include:
7+
- main
8+
- develop
9+
- release-*
410
paths:
5-
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
6-
tags:
7-
include: ["v*"]
11+
exclude:
12+
- .github_changelog_generator
13+
- .gitignore
14+
- CHANGELOG.md
15+
- CODE_OF_CONDUCT.md
16+
- LICENSE.md
17+
- README.md
18+
- NuGet.Config
19+
- assets/*
20+
- config/*
21+
- .github/*
822

923
# PR always trigger build
1024
pr:
@@ -19,7 +33,7 @@ resources:
1933
endpoint: nanoframework
2034

2135
pool:
22-
vmImage: 'windows-2019'
36+
vmImage: 'windows-latest'
2337

2438
variables:
2539
DOTNET_NOLOGO: true

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.0.0",
3+
"version": "1.1",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)