File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) .NET Foundation and Contributors
2
+ # See LICENSE file in the project root for full license information.
3
+
1
4
trigger :
2
5
branches :
3
6
include :
4
7
- main
5
8
- develop
6
9
- release-*
7
- - refs/tags/*
8
10
paths :
9
11
exclude :
12
+ - .github_changelog_generator
10
13
- .gitignore
14
+ - CHANGELOG.md
15
+ - CODE_OF_CONDUCT.md
11
16
- LICENSE.md
12
17
- README.md
13
18
- NuGet.Config
19
+ - assets/*
20
+ - config/*
21
+ - .github/*
14
22
15
23
tags :
16
24
include :
Original file line number Diff line number Diff line change 4
4
<id >nanoFramework.TestFramework</id >
5
5
<version >$version$</version >
6
6
<title >nanoFramework.TestFramework</title >
7
- <authors >nanoFramework project contributors</authors >
8
- <owners >nanoFramework,dotnetfoundation</owners >
7
+ <authors >nanoframework</authors >
9
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
10
9
<license type =" file" >LICENSE.md</license >
11
10
<releaseNotes >
You can’t perform that action at this time.
0 commit comments