-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Pipelinesの除外パス指定が機能していないらしい #1501
Comments
考え得る対策(その1)先頭がアスタで始まるパターン指定が効かないようなので、 ルート直下にはmdファイルが15個もありますので、除外パスを15行追加することになります。 |
考え得る対策(その2)mdファイルを除外させるのを諦めます。 問題なのは、mdファイルだけ編集したときにビルドが走ってしまうことではなく、 Azure Pipelinesでは除外パスが機能しません、ならそれはそれでいいようにも思います。 |
azpのpathsの仕様はこれかな。
そうなのか… |
問題内容
#1500 の仕様説明で妙なコメントを見たのでissue化しておきます。
再現手順
拡張子mdのファイルを編集したコミットをpushします。
拡張子mdのファイルは除外パスに含まれているので、
Azure Pipelineビルドは走らないことが期待されますが、
除外パスが機能してないのでビルドが走ってしまう、ということかと思います。
再現頻度
不明です。
言われてみれば、前にREADME.md変更のPR出したときにAzure Pipelinesビルドが走っていたような気がします。
問題のカテゴリ
関連 issue, PR
#1500
#1259
The text was updated successfully, but these errors were encountered: