From 24f851bb4ad85e890398b288686cb6f6b52eeaa7 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Wed, 27 Aug 2014 11:39:28 -0400 Subject: [PATCH] Updates --- TimberWinR.sln | 2 -- save_artifact.bat | 8 -------- showenv.bat | 3 --- 3 files changed, 13 deletions(-) delete mode 100644 save_artifact.bat delete mode 100644 showenv.bat diff --git a/TimberWinR.sln b/TimberWinR.sln index f95c62a..50cfa2e 100644 --- a/TimberWinR.sln +++ b/TimberWinR.sln @@ -19,8 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution appveyor.yml = appveyor.yml LICENSE.txt = LICENSE.txt README.md = README.md - save_artifact.bat = save_artifact.bat - showenv.bat = showenv.bat timberwinr.nuspec.template = timberwinr.nuspec.template EndProjectSection EndProject diff --git a/save_artifact.bat b/save_artifact.bat deleted file mode 100644 index 82d7976..0000000 --- a/save_artifact.bat +++ /dev/null @@ -1,8 +0,0 @@ -echo "Running Deployment" -set -dir -mkdir TimberWinR.Builds\%APPVEYOR_BUILD_VERSION% -copy "TimberWix/bin/%Configuration%/TimberWinR-%APPVEYOR_BUILD_VERSION%.0.msi" "TimberWinR.Builds\%APPVEYOR_BUILD_VERSION%" -dir /s "TimberWinR.Builds" -git add TimberWinR.Builds.%APPVEYOR_BUILD_VERSION%/TimberWinR-%APPVEYOR_BUILD_VERSION%.0.msi -git commit -m"Added %APPVEYOR_BUILD_VERSION% MSI" diff --git a/showenv.bat b/showenv.bat deleted file mode 100644 index 8cbc0dd..0000000 --- a/showenv.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo on -set -dir /s