-
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の除外条件を更新する #1791
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,32 +6,11 @@ | |
trigger: | ||
paths: | ||
exclude: | ||
- .github/* | ||
- '**/*.md' | ||
- '.github/*' | ||
- .gitignore | ||
- .travis.yml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 参考。サクラエディタは travis-CI でのビルドを想定してないです。 |
||
- .editorconfig | ||
- appveyor.yml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 参考。これは残しておくのが正しい(これで問題ない)の認識です。 |
||
- CHANGELOG.md | ||
- CONTRIBUTING.md | ||
- CPPLINT.md | ||
- README.md | ||
- SonarQube.md | ||
- addDoxygenFileComment.md | ||
- build.md | ||
- create-big-file.md | ||
- debug-tasktray-menu.md | ||
- get-PR.md | ||
- ci/azure-pipelines/azure-pipelines.md | ||
- ci/build-batchfiles.md | ||
- ci/build-envvars.md | ||
- installer/externals/bregonig/README.md | ||
- installer/externals/universal-ctags/README.md | ||
- installer/readme.md | ||
- remove-redundant-blank-lines.md | ||
- tools/find-tools.md | ||
- tools/macro/macro.md | ||
- tools/zip/readme.md | ||
- tests/unittest.md | ||
- vcx-props/project-PlatformToolset.md | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 参考。この変更により、すべてのmarkdownをここに列挙しなくても良くなります。
|
||
|
||
############################################################################################################################### | ||
# ビルドトリガー (Pull Request) | ||
|
@@ -41,32 +20,11 @@ trigger: | |
pr: | ||
paths: | ||
exclude: | ||
- .github/* | ||
- '**/*.md' | ||
- '.github/*' | ||
- .gitignore | ||
- .travis.yml | ||
- .editorconfig | ||
- appveyor.yml | ||
- CHANGELOG.md | ||
- CONTRIBUTING.md | ||
- CPPLINT.md | ||
- README.md | ||
- SonarQube.md | ||
- addDoxygenFileComment.md | ||
- build.md | ||
- create-big-file.md | ||
- debug-tasktray-menu.md | ||
- get-PR.md | ||
- ci/azure-pipelines/azure-pipelines.md | ||
- ci/build-batchfiles.md | ||
- ci/build-envvars.md | ||
- installer/externals/bregonig/README.md | ||
- installer/externals/universal-ctags/README.md | ||
- installer/readme.md | ||
- remove-redundant-blank-lines.md | ||
- tools/find-tools.md | ||
- tools/macro/macro.md | ||
- tools/zip/readme.md | ||
- tests/unittest.md | ||
- vcx-props/project-PlatformToolset.md | ||
|
||
############################################################################################################################### | ||
# jobs/job 定義 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
参考。引用符で括った場合と括らない場合で挙動に差はなかった記憶です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここは構文エラーになったので変更しました。