~charlie.poole/nunit-vs-adapter/rc1

« back to all changes in this revision

Viewing changes to deploy.bat

  • Committer: Charlie Poole
  • Date: 2013-04-22 00:52:14 UTC
  • Revision ID: charlie@nunit.org-20130422005214-0asmviiyfhvvv9fd
Remove unneeded files from VSIX and push to version 0.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SETLOCAL
2
 
 
3
 
SET CONFIG=Debug
4
 
IF /I "%1" == "Release" SET CONFIG=Release
5
 
SET TARGETPATH=D:\Dev\NUnit\VisualStudioTestAdapter\NUnitTestAdapter\bin\%CONFIG%\NUnit.VisualStudio.TestAdapter.dll
6
 
echo Deploying %TARGETPATH%
7
 
 
8
 
IF /I "%2" <> "Exp" SET DEPLOYDIR=C:\Users\charlie\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\10.0\Microsoft\Test Window\1.0\Extensions
9
 
IF /I "%2" == "Exp" SET DEPLOYDIR=C:\Users\charlie\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\10.0\Microsoft\Test Window\1.0\Extensions
10
 
echo        to %DEPLOYDIR%
11
 
 
12
 
rem copy "%TARGETPATH% %DEPLOYDIR% /Y