Skip to content

Commit

Permalink
Update NuGet.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nader-dab committed Nov 7, 2016
1 parent f6ae25c commit 57c53a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nuget/NuGet.targets
Expand Up @@ -13,7 +13,7 @@
<RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent> <RequireRestoreConsent Condition=" '$(RequireRestoreConsent)' != 'false' ">true</RequireRestoreConsent>


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


<ItemGroup Condition=" '$(PackageSources)' == '' "> <ItemGroup Condition=" '$(PackageSources)' == '' ">
Expand All @@ -23,6 +23,8 @@
<PackageSource Include="https://www.nuget.org/api/v2/" /> <PackageSource Include="https://www.nuget.org/api/v2/" />
<PackageSource Include="https://my-nuget-source/nuget/" /> <PackageSource Include="https://my-nuget-source/nuget/" />
--> -->
<PackageSource Include="http://nuget.sitefinity.com/nuget/" />
<PackageSource Include="https://www.nuget.org/api/v2/" />
</ItemGroup> </ItemGroup>


<PropertyGroup Condition=" '$(OS)' == 'Windows_NT'"> <PropertyGroup Condition=" '$(OS)' == 'Windows_NT'">
Expand Down

0 comments on commit 57c53a0

Please sign in to comment.