File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)" />
You can’t perform that action at this time.
0 commit comments