Skip to content

Commit

Permalink
Changed ordering of restore packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Lester3 committed Oct 29, 2024
1 parent 2a4e8b1 commit 3cec596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
<ToolingPackagesVersion>1.1.1.4359</ToolingPackagesVersion>
<AccessToNugetFeed>true</AccessToNugetFeed>
<RestoreSources Condition="$(AccessToNugetFeed)">
https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json;
</RestoreSources>
<RestoreSources>
$(RestoreSources);
https://api.nuget.org/v3/index.json;
</RestoreSources>
<RestoreSources Condition="$(AccessToNugetFeed)">
$(RestoreSources);
https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>
<ItemGroup Condition="$(AccessToNugetFeed)">
<PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" />
Expand Down

0 comments on commit 3cec596

Please sign in to comment.