forked from continuoustests/AutoTest.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployAddin.bat
More file actions
14 lines (12 loc) · 716 Bytes
/
Copy pathdeployAddin.bat
File metadata and controls
14 lines (12 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ECHO OFF
SET DIR=%~d0%~p0%
SET BIDDIR="%DIR%build_output"
SET DEPDIR="%DIR%ReleaseBinaries"
SET VSADDINDIR="%DIR%addins\VisualStudio"
copy %BIDDIR%\AutoTest.VSAddin.dll %DEPDIR%\AutoTest.VSAddin.dll
copy %BIDDIR%\AutoTest.VS.Util.dll %DEPDIR%\AutoTest.VS.Util.dll
copy %VSADDINDIR%\AutoTest.VSAddin\AutoTest.VSAddin2013.AddIn %DEPDIR%\AutoTest.VSAddin2013.AddIn
copy %VSADDINDIR%\AutoTest.VSAddin\AutoTest.VSAddin2011.AddIn %DEPDIR%\AutoTest.VSAddin2011.AddIn
copy %VSADDINDIR%\AutoTest.VSAddin\AutoTest.VSAddin2010.AddIn %DEPDIR%\AutoTest.VSAddin2010.AddIn
copy %VSADDINDIR%\AutoTest.VSAddin\AutoTest.VSAddin2008.AddIn %DEPDIR%\AutoTest.VSAddin2008.AddIn
copy %BIDDIR%\VSMenuKiller.exe %DEPDIR%\VSMenuKiller.exe