From 925ecaf2247a049e85f52bf514be486c0ed9de1c Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 10 Jun 2020 09:42:17 -0400 Subject: [PATCH] Update default build operation --- ZertoApiWrapper.build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper.build.ps1 b/ZertoApiWrapper.build.ps1 index cc0b33f..9e2d883 100644 --- a/ZertoApiWrapper.build.ps1 +++ b/ZertoApiWrapper.build.ps1 @@ -4,7 +4,7 @@ $version = "{0}" -f $(Get-Content .\version.txt) $moduleOutPath = "{0}\temp\{1}\ZertoApiWrapper" -f $BuildRoot, $version #Define the default task -task . CreateArtifacts +task . build #Region - Helper Functions function ImportSourceModule {