Skip to content

Commit

Permalink
made sure build is release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed Feb 4, 2011
1 parent 600d97f commit e944934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ManagedFusion.Web.msbuild
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


<Target Name="Test" DependsOnTargets="SetVersion"> <Target Name="Test" DependsOnTargets="SetVersion">
<TeamCityProgressMessage Text="Building Tests" /> <TeamCityProgressMessage Text="Building Tests" />
<MSBuild Projects="@(TestProjects)" Targets="Rebuild"> <MSBuild Projects="@(TestProjects)" Targets="Rebuild" Properties="Configuration=Release">
<Output TaskParameter="TargetOutputs" ItemName="TestOutput"/> <Output TaskParameter="TargetOutputs" ItemName="TestOutput"/>
</MSBuild> </MSBuild>


Expand All @@ -56,7 +56,7 @@


<Target Name="Build" DependsOnTargets="SetVersion"> <Target Name="Build" DependsOnTargets="SetVersion">
<TeamCityProgressMessage Text="Building Projects" /> <TeamCityProgressMessage Text="Building Projects" />
<MSBuild Projects="@(MainProjects)" Targets="Rebuild" /> <MSBuild Projects="@(MainProjects)" Targets="Rebuild" Properties="Configuration=Release">
</Target> </Target>


<Target Name="Package" DependsOnTargets="Test"> <Target Name="Package" DependsOnTargets="Test">
Expand Down
10 changes: 0 additions & 10 deletions src/ManagedFusion.Web.csproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
<AssemblyName>ManagedFusion.Web</AssemblyName> <AssemblyName>ManagedFusion.Web</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion> <OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation /> <UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
Expand Down

0 comments on commit e944934

Please sign in to comment.