Updates
This commit is contained in:
@@ -19,8 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
appveyor.yml = appveyor.yml
|
appveyor.yml = appveyor.yml
|
||||||
LICENSE.txt = LICENSE.txt
|
LICENSE.txt = LICENSE.txt
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
save_artifact.bat = save_artifact.bat
|
|
||||||
showenv.bat = showenv.bat
|
|
||||||
timberwinr.nuspec.template = timberwinr.nuspec.template
|
timberwinr.nuspec.template = timberwinr.nuspec.template
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
|||||||
@@ -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"
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
@echo on
|
|
||||||
set
|
|
||||||
dir /s
|
|
||||||
Reference in New Issue
Block a user