Skip to content

Commit

Permalink
Ignored Nuget.exe.
Browse files Browse the repository at this point in the history
  • Loading branch information
carles committed Mar 22, 2013
1 parent 87d4ca0 commit 463734b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ bin/
itsUtils/itsUtils.csproj.user
itsUtils.nuget/Bin/
*.nupkg
NuGet.exe
2 changes: 1 addition & 1 deletion .nuget/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>

<!-- Download NuGet.exe if it does not already exist -->
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">true</DownloadNuGetExe>
</PropertyGroup>

<ItemGroup Condition=" '$(PackageSources)' == '' ">
Expand Down
1 change: 1 addition & 0 deletions itsUtils.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D48D0EA9-8B21-4798-B1DC-3964E2ED5C9E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Expand Down

0 comments on commit 463734b

Please sign in to comment.