New‐TestsArtifact - lsgroi/Pask.Test GitHub Wiki
Synopsis
Create the artifact in $TestsArtifactFullPath
by copying MSBuild output for each test in the solution with name matching $TestNameArtifactPattern
to .build\output
.
The tests directories within the artifact will be structured by test category.
Properties
- TestNamePattern - regex pattern to identify tests to run in the solution
Default toTests?$
- TestNameArtifactPattern - regex pattern to identify tests to copy into the tests artifact
Default to$TestNamePattern
- TestsArtifactName - name of the tests artifact
Default to$ProjectName.Tests
- TestsArtifactFullPath - the full path of the tests artifact
Default to.build\output\$TestsArtifactName