diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1507fe245f..cfec339d76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -293,10 +293,6 @@ https://github.com/aspnet/Extensions 7642beec82008e7d0e719220e1cb2c3f5277276c - - https://github.com/dotnet/corefx - 4ac4c0367003fe3973a3648eb0715ddb0e3bbcea - https://github.com/dotnet/corefx 03453d9aae8e5d18e571699c5d2229b1ab5f4b9d @@ -401,6 +397,10 @@ https://github.com/dotnet/core-setup a3a9cb66e59909d03269f7c0024f10fe07f0a2d5 + + https://github.com/dotnet/corefx + 4ac4c0367003fe3973a3648eb0715ddb0e3bbcea + @@ -412,17 +412,17 @@ https://github.com/aspnet/Extensions 7642beec82008e7d0e719220e1cb2c3f5277276c - + https://github.com/dotnet/arcade - a42a124635ce1a218309ecb31ec59d559cacb886 + cd7480090dc1c2f2ec7b6090faac7b634ef0b11b - + https://github.com/dotnet/arcade - a42a124635ce1a218309ecb31ec59d559cacb886 + cd7480090dc1c2f2ec7b6090faac7b634ef0b11b - + https://github.com/dotnet/arcade - a42a124635ce1a218309ecb31ec59d559cacb886 + cd7480090dc1c2f2ec7b6090faac7b634ef0b11b https://github.com/aspnet/Extensions diff --git a/eng/Versions.props b/eng/Versions.props index 20a096c9a8..da1cb9b979 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -60,7 +60,7 @@ --> - 1.0.0-beta.19517.3 + 5.0.0-beta.19531.8 3.4.0-beta1-19456-03 diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj index 5d55e312b0..311e2bbe0f 100644 --- a/eng/common/PublishToSymbolServers.proj +++ b/eng/common/PublishToSymbolServers.proj @@ -37,6 +37,8 @@ 3650 true + true + true false @@ -56,7 +58,7 @@ DryRun="false" ConvertPortablePdbsToWindowsPdbs="false" PdbConversionTreatAsWarning="" - Condition="$(PublishToSymbolServer)"/> + Condition="$(PublishToSymbolServer) and $(PublishToMSDL)"/>