You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting help to modify the pbidevmode/sample-ado-pipelines/ContinuousIntegration-Rules.yml script to only run the rules based on the reports/datasets that were modified during the pull request.
Currently, I have 10 datasets in the repository, and the build pipeline checks all datasets. I would prefer if it only checked the dataset(s) that were modified.
Current Setup:
Repository with 10 datasets.
Build pipeline checks all datasets.
Desired Setup:
Build pipeline should only check the dataset(s) modified in the pull request.
Could someone guide me on how to achieve this modification? Any examples or references would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey there,
I'm requesting help to modify the
pbidevmode/sample-ado-pipelines/ContinuousIntegration-Rules.yml
script to only run the rules based on the reports/datasets that were modified during the pull request.Currently, I have 10 datasets in the repository, and the build pipeline checks all datasets. I would prefer if it only checked the dataset(s) that were modified.
Current Setup:
Desired Setup:
Thanks in advance!
The text was updated successfully, but these errors were encountered: