diff --git a/ZertoApiWrapper.build.ps1 b/ZertoApiWrapper.build.ps1 index 9902a12..9a9ad17 100644 --- a/ZertoApiWrapper.build.ps1 +++ b/ZertoApiWrapper.build.ps1 @@ -9,7 +9,7 @@ param([switch]$Install, $targetDir = "temp/$Configuration/ZertoApiWrapper" #> $version = "{0}.{1}" -f $(Get-Content .\version.txt), $(get-date -format 'yyyyMMdd') -task . AnalyzeSourceFiles, CreateModule +task . CreateArtifacts <# Synopsis: Ensure platyPS is installed #> task CheckPlatyPSInstalled {