Zip‐TestsArtifact - lsgroi/Pask.Test GitHub Wiki
Synopsis
Create a tests artifact in the form of ZIP archive in .build\output
from $TestsArtifactFullPath
.
The zip file would be named by convention $TestsArtifactName.$($Version.InformationalVersion)
(e.g. WebApplication.Tests.2016.8.5.74415.zip
).
Dependencies
Properties
- TestsArtifactName - name of the tests artifact
Default to$ProjectName.Tests
- TestsArtifactFullPath - the full path of the tests artifact
Default to.build\output\$TestsArtifactName