Skip to content

Commit

Permalink
Fix Nuget exe multiple selection
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed Jul 11, 2013
1 parent 2995713 commit 8f7680f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions NuGetCustomBuilder.sln
Expand Up @@ -13,8 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F6BA89
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetCustomBuilder3", "NuGetCustomBuilder3\NuGetCustomBuilder3.csproj", "{59031E03-3903-45B6-A93E-1962640CF9D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,10 +23,6 @@ Global
{055D7EAE-1548-4266-BF78-FBE9665354B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055D7EAE-1548-4266-BF78-FBE9665354B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055D7EAE-1548-4266-BF78-FBE9665354B1}.Release|Any CPU.Build.0 = Release|Any CPU
{59031E03-3903-45B6-A93E-1962640CF9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59031E03-3903-45B6-A93E-1962640CF9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59031E03-3903-45B6-A93E-1962640CF9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59031E03-3903-45B6-A93E-1962640CF9D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion NuGetCustomBuilder/ProjectTemplate.csproj
Expand Up @@ -63,7 +63,7 @@
Outputs="Package.log">

<ItemGroup>
<NuGetExe Include="$(ProjectDir)..\**\NuGet.exe" />
<NuGetExe Include="$(ProjectDir)..\packages\Nuget.CommandLine.*\**\NuGet.exe" />
</ItemGroup>
<Exec Command="@(NuGetExe) pack $safeprojectname$.nuspec -OutputDirectory $(TargetDir)" />
<ItemGroup>
Expand Down

0 comments on commit 8f7680f

Please sign in to comment.