diff --git a/DeployArtifacts.cmd b/DeployArtifacts.cmd index 33efac0a0..aae3b8997 100644 --- a/DeployArtifacts.cmd +++ b/DeployArtifacts.cmd @@ -1,3 +1,4 @@ @ECHO OFF +call DeployOutput.cmd %1 call DeployToChocolatey.cmd %1 call DeployToNuget.cmd %1 diff --git a/build.bat b/build.bat index da74bcd5d..fe2208b44 100644 --- a/build.bat +++ b/build.bat @@ -21,8 +21,6 @@ call %%A.cmd %picklesVersion% if errorlevel 1 goto handleerror1orhigher ) -call DeployOutput.cmd %picklesVersion% - @ECHO all fine goto end