From cbb1375f65c22112fe3dd36a38038f20f4f47c91 Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski <2730894+ArkadiuszMichalski@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:58:58 +0100 Subject: [PATCH] CI enhancement: Add ini files to exclusions Close #13217 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 82e567f75..d76e27ba8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,7 @@ before_build: $allowMaster = $true if ($allowMaster -or $env:APPVEYOR_PULL_REQUEST_NUMBER) { $folders_onejob = "PowerEditor/(Test|(installer/(filesForTesting|functionList)))/" - $files_nowork = "md|txt|log" + $files_nowork = "md|txt|log|ini" $files_modified = @(git diff --name-only HEAD~1) $files_notmached = @($files_modified | Where-Object {$_ -notmatch "\.(xml|$files_nowork)$|$folders_onejob"}) if (($files_modified.length -gt 0 -and $files_notmached.length -eq 0) -or $env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[force (xml|nowork)\]") {