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 22<configuration >
33 <packageSources >
44 <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" />
65 </packageSources >
76</configuration >
Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ trigger:
1111 exclude :
1212 - .github_changelog_generator
1313 - .gitignore
14+ - .gitattributes
15+ - .gitmodules
16+ - .github/*
1417 - CHANGELOG.md
15- - CODE_OF_CONDUCT.md
1618 - LICENSE.md
1719 - README.md
1820 - NuGet.Config
1921 - assets/*
2022 - config/*
21- - .github/*
22- tags :
23- include :
24- - v*
23+ - nanoFramework.TestFramework/*
2524
2625# PR always trigger build
2726pr :
You can’t perform that action at this time.
0 commit comments