Optionally: Create a new informational meta task that can be run for the meta build task test that suggests that the user also runs the HQRM tests before PR by running .\build.ps1 -Tasks hqrmtest.
Operating system the target node is running
n/a
PowerShell version and build the target node is running
Problem description
When running the build script to test a specific test the hqrmtest are also run which takes time in the development process.
Verbose logs
How to reproduce
Running this will run the hqrmtest:
Expected behavior
Not to run the task hqrmtest
Current behavior
Runs the task hqrmtest.
Suggested solution
Remove this line from the meta build task
test
:https://github.com/gaelcolas/Sampler/blob/bc25ba558383d3ddba7ded9a2e51233f2bc9d4e7/build.yaml#L139
Add a new job to the Azure Pipeline stage Test:
Example: https://github.com/dsccommunity/DscResource.Common/blob/c816a0951588a7d01481613bfab85fa7600aa830/azure-pipelines.yml#L52-L78
Optionally: Create a new informational meta task that can be run for the meta build task
test
that suggests that the user also runs the HQRM tests before PR by running.\build.ps1 -Tasks hqrmtest
.Operating system the target node is running
PowerShell version and build the target node is running
Module version used