зеркало из https://github.com/dotnet/corefx.git
Fixup feeds (#43025)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
This commit is contained in:
Родитель
31a111f7f8
Коммит
1814a950a4
|
@ -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" />
|
||||||
|
|
Загрузка…
Ссылка в новой задаче