Skip to content

Commit

Permalink
added nuget package eXpandDashboardWin.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dimajanzen committed Jan 18, 2013
1 parent aa0be53 commit c812fd9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Resource/nuget/eXpandDashboardWin.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>eXpandDashboardWin</id>
<version>11.1</version>
<title>DevExpress eXpand Framework Dashboard Module (Win)</title>
<authors>eXpand</authors>
<owners>eXpand</owners>
<iconUrl>http://www.expressapp.ru/expand/expand.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dashboard Module (Win) / eXpand Framework</description>
<summary>Dashboard Module (Win) / eXpand Framework</summary>
<copyright>eXpandFramework.com</copyright>
<tags>DevExpress, eXpand</tags>
</metadata>
<files>
<file src="\Build\Temp\Xpand.ExpressApp.Dashboard.dll" target="lib\Xpand.ExpressApp.Dashboard.dll" />
<file src="\Build\Temp\Xpand.ExpressApp.Dashboard.Win.dll" target="lib\Xpand.ExpressApp.Dashboard.Win.dll" />
<file src="\Build\Temp\Xpand.ExpressApp.Win.dll" target="lib\Xpand.ExpressApp.Win.dll" />
<file src="\Build\Temp\Xpand.Persistent.BaseImpl.dll" target="lib\Xpand.Persistent.BaseImpl.dll" />

<file src="\Build\Temp\Xpand.ExpressApp.dll" target="lib\Xpand.ExpressApp.dll" />
<file src="\Build\Temp\Xpand.ExpressApp.Security.dll" target="lib\Xpand.ExpressApp.Security.dll" />
<file src="\Build\Temp\Xpand.Utils.dll" target="lib\Xpand.Utils.dll" />
<file src="\Build\Temp\Xpand.Persistent.Base.dll" target="lib\Xpand.Persistent.Base.dll" />
</files>
</package>
2 changes: 2 additions & 0 deletions Xpand.build
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe pack Resource\NuGet\eXpandWorkFlowWeb.nuspec -BasePath $(MSBuildProjectDirectory) -OutputDirectory $(BuildPath)\NuGet -Version $(Version)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe pack Resource\NuGet\eXpandWorldCreatorWeb.nuspec -BasePath $(MSBuildProjectDirectory) -OutputDirectory $(BuildPath)\NuGet -Version $(Version)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe pack Resource\NuGet\eXpandWorldCreatorWin.nuspec -BasePath $(MSBuildProjectDirectory) -OutputDirectory $(BuildPath)\NuGet -Version $(Version)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe pack Resource\NuGet\eXpandDashboardWin.nuspec -BasePath $(MSBuildProjectDirectory) -OutputDirectory $(BuildPath)\NuGet -Version $(Version)"/>
</Target>

<Target Name="NuGet" DependsOnTargets="NuGetPackage">
Expand Down Expand Up @@ -456,6 +457,7 @@
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe push Build\NuGet\eXpandWorkFlowWeb.$(Version).nupkg $(NuGetApiKey)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe push Build\NuGet\eXpandWorldCreatorWeb.$(Version).nupkg $(NuGetApiKey)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe push Build\NuGet\eXpandWorldCreatorWin.$(Version).nupkg $(NuGetApiKey)"/>
<Exec ContinueOnError="false" Command="Resource\Tool\NuGet.exe push Build\NuGet\eXpandDashboardWin.$(Version).nupkg $(NuGetApiKey)"/>
</Target>

</Project>

0 comments on commit c812fd9

Please sign in to comment.