Skip to content

Commit e76c655

Browse files
authored
Work CI-CD
- Update yaml to latest pattern. - VM is now Windows latest. - Update nuspec. ***NO_CI***
1 parent 10c984f commit e76c655

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +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:
36
include:
47
- main
58
- develop
69
- release-*
7-
- refs/tags/*
810
paths:
911
exclude:
12+
- .github_changelog_generator
1013
- .gitignore
14+
- CHANGELOG.md
15+
- CODE_OF_CONDUCT.md
1116
- LICENSE.md
1217
- README.md
1318
- NuGet.Config
19+
- assets/*
20+
- config/*
21+
- .github/*
1422

1523
tags:
1624
include:

source/package.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.TestFramework</id>
55
<version>$version$</version>
66
<title>nanoFramework.TestFramework</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework,dotnetfoundation</owners>
7+
<authors>nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<license type="file">LICENSE.md</license>
1110
<releaseNotes>

0 commit comments

Comments
 (0)