From 85374b8c30b66991fec2d2db72275477e3220d9f Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 18 Apr 2017 16:11:38 -0500 Subject: [PATCH] Removed useless test. --- package/win/appveyor_deploy.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/win/appveyor_deploy.ps1 b/package/win/appveyor_deploy.ps1 index d596190ca..28616f02c 100644 --- a/package/win/appveyor_deploy.ps1 +++ b/package/win/appveyor_deploy.ps1 @@ -3,10 +3,6 @@ cd package/win ./compile_wrapper.ps1 524 | Write-Output ./package_win32.ps1 524| Write-Output cd ../../ -if (!(Test-Path C:\project\slic3r\slic3r.par)) { - Add-AppveyorCompilationMessage -Message "Failed to package!" -Category Error - return 1 -} Add-AppveyorCompilationMessage -Message "Uploading to server." & ./package/deploy/winscp.ps1 -DIR win -KEY $env:APPVEYOR_BUILD_FOLDER/package/deploy/slic3r-upload.ppk -FILE *.zip *>> ./sftplog.txt