Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
This commit is contained in:
dotnet bot 2021-02-24 10:33:10 -08:00 коммит произвёл GitHub
Родитель 31a111f7f8
Коммит 1814a950a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -80,7 +80,7 @@
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json; https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
https://api.nuget.org/v3/index.json; https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
$(OverridePackageSource); $(OverridePackageSource);
$(RestoreSources) $(RestoreSources)
</RestoreSources> </RestoreSources>

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

@ -39,7 +39,7 @@ if (!(Test-Path $localPackageSourcePath))
} }
} }
$restoreSources = -join("https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;https://api.nuget.org/v3/index.json;https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;", $localPackageSourcePath) $restoreSources = -join("https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;", $localPackageSourcePath)
$compatPackageVersion = _getPackageVersion "Microsoft.Windows.Compatibility" $compatPackageVersion = _getPackageVersion "Microsoft.Windows.Compatibility"
$privatePackageVersion = _getPackageVersion "Microsoft.Private.CoreFx.NETCoreApp" $privatePackageVersion = _getPackageVersion "Microsoft.Private.CoreFx.NETCoreApp"

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

@ -14,7 +14,7 @@
<RuntimesToInclude Condition="'$(RuntimesToInclude)' != ''" Include="$(RuntimesToInclude)" /> <RuntimesToInclude Condition="'$(RuntimesToInclude)' != ''" Include="$(RuntimesToInclude)" />
<TargetFrameworksToInclude Condition="'$(TargetFrameworksToInclude)' != ''" Include="$(TargetFrameworksToInclude)" /> <TargetFrameworksToInclude Condition="'$(TargetFrameworksToInclude)' != ''" Include="$(TargetFrameworksToInclude)" />
<RestoreSource Include="https:%2F%2Fapi.nuget.org/v3/index.json" /> <RestoreSource Include="https:%2F%2Fpkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<!-- needed for SQLClient's SNI packages --> <!-- needed for SQLClient's SNI packages -->
<RestoreSource Include="https:%2F%2Fdotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" /> <RestoreSource Include="https:%2F%2Fdotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />

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

@ -6,7 +6,7 @@
<clear/> <clear/>
<add key="myget.org dotnet-buildtools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" /> <add key="myget.org dotnet-buildtools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" /> <add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources> </packageSources>
<config> <config>
<add key="repositoryPath" value="..\packages" /> <add key="repositoryPath" value="..\packages" />