This commit is contained in:
Jared Parsons 2024-04-05 14:34:21 -07:00
Родитель ad17b59df7
Коммит 75f3cdb8b5
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,10 +1,9 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project>
<PropertyGroup>
<RestoreSources Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'">
<RestoreSources>
$(RestoreSources);
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>
</Project>