Skip to content

Commit 41ed72b

Browse files
authored
Update azure-pipelines.yml
1 parent d10ef10 commit 41ed72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ trigger:
88
paths:
99
exclude:
1010
- examples/*
11+
- *.md
1112

1213
pool:
1314
vmImage: 'ubuntu-latest'
@@ -61,4 +62,4 @@ steps:
6162
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
6263
nuGetFeedType: 'external'
6364
publishFeedCredentials: 'nuget'
64-
allowPackageConflicts: true
65+
allowPackageConflicts: true

0 commit comments

Comments
 (0)