Skip to content

Commit

Permalink
fix nuget config spellings (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Sep 11, 2020
1 parent 5d889e3 commit 7df3679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ProjectTemplates/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<config>
<!--
Avoid poluting the global .Nuget cache with preview packages
Avoid polluting the global .Nuget cache with preview packages
either from .NET core preview SDKs, or Microsoft.Identity.Web preview
builds
-->
Expand All @@ -18,16 +18,16 @@
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />

<!-- Test with the latest version of MIcrosoft.Identity.Web available from the repo [built with dotnet pack] -->
<!-- Test with the latest version of Microsoft.Identity.Web available from the repo [built with dotnet pack] -->
<!--<add key="Microsoft.Identity.Web from build" value="../src/Microsoft.Identity.Web/bin/Debug" />
<add key="Microsoft.Identity.Web.UI from build" value="../src/Microsoft.Identity.Web.UI/bin/Debug" />
<add key="Microsoft.Identity.Web.MicrosoftGraph from build" value="../src/Microsoft.Identity.Web.MicrosoftGraph/bin/Debug" />-->


<!-- Test with a specic version of the NuGet packages generated by the ASP.NET Core team -->
<!-- Test with a specific version of the NuGet packages generated by the ASP.NET Core team -->
<!-- <add key="Packages from the release" value="%UserProfile%\Downloads\Packages\Packages" /> -->

<!-- Test with a specic version of the NuGet packages generated by the ASP.NET Core team -->
<!-- Test with a specific version of the NuGet packages generated by the ASP.NET Core team -->
<!--
<add key="Preview-dotnetcore-sdk" value="C:\dotnetcore\Windows_Packages\Windows_Packages\Release\Shipping" />
<add key="dotnet5" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet5/nuget/v3/index.json" />
Expand Down

0 comments on commit 7df3679

Please sign in to comment.