Skip to content

Commit cd5be82

Browse files
committed
Work CI-CD
- Updated AZDO trigger exclude list. - Remove tags as AZDO trigger. - Remove Azure private feed from nuget config. ***NO_CI*** (cherry picked from commit 7f1030b)
1 parent 6789454 commit cd5be82

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
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>

azure-pipelines.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2726
pr:

0 commit comments

Comments
 (0)