Skip to content

Commit 3cec596

Browse files
Changed ordering of restore packages
1 parent 2a4e8b1 commit 3cec596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
55
<ToolingPackagesVersion>1.1.1.4359</ToolingPackagesVersion>
66
<AccessToNugetFeed>true</AccessToNugetFeed>
7-
<RestoreSources Condition="$(AccessToNugetFeed)">
8-
https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json;
9-
</RestoreSources>
107
<RestoreSources>
11-
$(RestoreSources);
128
https://api.nuget.org/v3/index.json;
139
</RestoreSources>
10+
<RestoreSources Condition="$(AccessToNugetFeed)">
11+
$(RestoreSources);
12+
https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json;
13+
</RestoreSources>
1414
</PropertyGroup>
1515
<ItemGroup Condition="$(AccessToNugetFeed)">
1616
<PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" />

0 commit comments

Comments
 (0)