forked from JustinBeckwith/YelpSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.cmd
More file actions
18 lines (15 loc) · 1.06 KB
/
package.cmd
File metadata and controls
18 lines (15 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe YelpSharp.sln /t:Clean,Rebuild /p:Configuration=Release /fileLogger
if not exist Download\Net4 mkdir Download\Net4\
if not exist Download\package\lib\net4 mkdir Download\package\lib\net4\
copy YelpSharp\bin\Release\YelpSharp.dll Download\
copy YelpSharp\bin\Release\YelpSharp.xml Download\
copy YelpSharp\bin\Release\YelpSharp.dll Download\Net4\
copy YelpSharp\bin\Release\YelpSharp.xml Download\Net4\
copy YelpSharp\bin\Release\YelpSharp.dll Download\Package\lib\net4\
if not exist Download\WindowsPhone8 mkdir Download\WindowsPhone8\
if not exist Download\package\lib\windowsphone8 mkdir Download\package\lib\windowsphone8\
copy YelpSharp.WindowsPhone\bin\Release\YelpSharp.WindowsPhone.dll Download\WindowsPhone8\
copy YelpSharp.WindowsPhone\bin\Release\YelpSharp.WindowsPhone.xml Download\WindowsPhone8\
copy YelpSharp.WindowsPhone\bin\Release\YelpSharp.WindowsPhone.dll Download\Package\lib\windowsphone8\
.nuget\nuget.exe update -self
.nuget\nuget.exe pack YelpSharp.nuspec -BasePath Download\Package -Output Download