Skip to content

Commit

Permalink
misc fixes to fixup the traivs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Mar 2, 2014
1 parent 494ac0b commit 3abbbc7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/.nuget/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<BuildPackage Condition=" '$(BuildPackage)' == '' ">false</BuildPackage>

<!-- Determines if package restore consent is required to restore packages -->
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">false</RequireRestoreConsent>

<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>
Expand Down
1 change: 0 additions & 1 deletion src/LessMsi.Gui/LessMsi.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 0 additions & 4 deletions src/LessMsi.Gui/packages.config

This file was deleted.

2 changes: 1 addition & 1 deletion src/Lessmsi.Tests/LessMsi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{78591E05-341F-450F-B215-D23E959F49F1}</ProjectGuid>
Expand Down
1 change: 1 addition & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ xbuild /p:TargetFrameworkProfile= ./ExplorerShortcutHelper/ExplorerShortcutHelpe
xbuild /p:TargetFrameworkProfile= ./LessMsi.Core/LessMsi.Core.csproj
xbuild /p:TargetFrameworkProfile= ./LessMsi.Cli/LessMsi.Cli.csproj
xbuild /p:TargetFrameworkProfile= ./LessMsi.Gui/LessMsi.Gui.csproj
# nuget is giving me errors on travis/xbuild so skipping this: xbuild /p:TargetFrameworkProfile= ./LessMsi.Tests/LessMsi.Tests.csproj

0 comments on commit 3abbbc7

Please sign in to comment.