Update azure-pipelines.yml

This commit is contained in:
qhy040404
2023-12-09 14:28:43 +08:00
committed by GitHub
parent 46a90be95c
commit 364d0ed0be

View File

@@ -7,29 +7,30 @@
# 5. Connect the GitHub in project settings # 5. Connect the GitHub in project settings
# 6. Run # 6. Run
trigger: trigger: none
branches: # trigger:
include: # branches:
- main # include:
- develop # - main
paths: # - develop
exclude: # paths:
- README.md # exclude:
- azure-pipelines.yml # - README.md
- .github/ISSUE_TEMPLATE/*.yml # - azure-pipelines.yml
- .github/workflows/*.yml # - .github/ISSUE_TEMPLATE/*.yml
- src/Snap.Hutao/Snap.Hutao/Resource/Localization/*.resx # - .github/workflows/*.yml
pr: # - src/Snap.Hutao/Snap.Hutao/Resource/Localization/*.resx
branches: # pr:
include: # branches:
- main # include:
paths: # - main
exclude: # paths:
- README.md # exclude:
- azure-pipelines.yml # - README.md
- .github/ISSUE_TEMPLATE/*.yml # - azure-pipelines.yml
- .github/workflows/*.yml # - .github/ISSUE_TEMPLATE/*.yml
- src/Snap.Hutao/Snap.Hutao/Resource/Localization/*.resx # - .github/workflows/*.yml
# - src/Snap.Hutao/Snap.Hutao/Resource/Localization/*.resx
pool: pool: