From 026b622a3440fbf5dbfba564054eae01b7c68adb Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 5 Apr 2019 14:09:06 -0400 Subject: [PATCH] Update Build to Create Artifacts --- ZertoApiWrapper.build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {