Update default build operation

This commit is contained in:
Wes Carroll
2020-06-10 09:42:17 -04:00
parent 32403ec3e3
commit 925ecaf224
+1 -1
View File
@@ -4,7 +4,7 @@ $version = "{0}" -f $(Get-Content .\version.txt)
$moduleOutPath = "{0}\temp\{1}\ZertoApiWrapper" -f $BuildRoot, $version $moduleOutPath = "{0}\temp\{1}\ZertoApiWrapper" -f $BuildRoot, $version
#Define the default task #Define the default task
task . CreateArtifacts task . build
#Region - Helper Functions #Region - Helper Functions
function ImportSourceModule { function ImportSourceModule {