File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
- <add key =" Azure Artifacts nanoFramework dev" value =" https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion =" 3" />
6
5
</packageSources >
7
6
</configuration >
Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ trigger:
11
11
exclude :
12
12
- .github_changelog_generator
13
13
- .gitignore
14
+ - .gitattributes
15
+ - .gitmodules
16
+ - .github/*
14
17
- CHANGELOG.md
15
- - CODE_OF_CONDUCT.md
16
18
- LICENSE.md
17
19
- README.md
18
20
- NuGet.Config
19
21
- assets/*
20
22
- config/*
21
- - .github/*
22
- tags :
23
- include :
24
- - v*
23
+ - nanoFramework.TestFramework/*
25
24
26
25
# PR always trigger build
27
26
pr :
You can’t perform that action at this time.
0 commit comments