You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nuget.org as first restore source, for convenience
It's actually quite annoying if we use the CI feed first, since adding
any packages via the IDE ends up picking the CI feed which is *not*
what you'd typically want :)
CI feed versions will never be found in nuget.org anyway, so there's
no need to place that source first, also.
Copy file name to clipboardExpand all lines: src/Directory.Build.props
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@
32
32
33
33
<!-- Use Directory.Packages.props if possible. NOTE: other MSBuild SDKs (i.e. NoTargets/Traversal) do not support central packages -->
34
34
<ManagePackageVersionsCentrallyCondition="Exists('$(MSBuildThisFileDirectory)Directory.Packages.props') AND ('$(MSBuildProjectExtension)' == '.csproj' OR '$(MSBuildProjectExtension)' == '.vbproj')">true</ManagePackageVersionsCentrally>
35
-
<!-- Always add our my CI package feed first for easier dogfooding -->
0 commit comments