Skip to content

Commit 74a5d27

Browse files
Version 3.4.0 with packages
1 parent b1674a7 commit 74a5d27

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function deploy{
124124
# DEPLOYING
125125
write-host "Deploying" -foregroundcolor:blue
126126
$outputName = $projectName+"_V"+$buildVersion+"_BUILD.zip"
127-
zip a -tzip .\src\buildoutput\$outputName .\src\BuildOutput\*.* > $logPath\LogDeploy.log
127+
zip a -tzip .\src\buildoutput\$outputName -r .\src\BuildOutput\*.* >> $logPath\LogDeploy.log
128128

129129
}
130130

69 KB
Binary file not shown.

releases/tdg.3.4.0.0.nupkg

84.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)