diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 371179081..3ca5b3b18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,17 +67,17 @@ https://github.com/dotnet/aspnetcore a5864bb173de0f2b7902b128b9716d77d3f14630 - + https://github.com/dotnet/test-templates - a17e4bdbd6aeab998156ab8cb15b0ddc31517612 + cb722862f3d76493dc5047a0c30e3bd5f4391170 - + https://github.com/dotnet/test-templates - a17e4bdbd6aeab998156ab8cb15b0ddc31517612 + cb722862f3d76493dc5047a0c30e3bd5f4391170 - + https://github.com/dotnet/test-templates - a17e4bdbd6aeab998156ab8cb15b0ddc31517612 + cb722862f3d76493dc5047a0c30e3bd5f4391170 https://github.com/dotnet/templating @@ -136,13 +136,13 @@ - + https://github.com/dotnet/arcade - 86aee6d02b2fb8534b9466db0da25483d7c399a9 + 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 - + https://github.com/dotnet/arcade - 86aee6d02b2fb8534b9466db0da25483d7c399a9 + 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index be68d9a62..c493a137f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21207.4 + 6.0.0-beta.21209.17 @@ -36,8 +36,8 @@ - 1.0.2-beta4.21206.1 - 1.0.2-beta4.21206.1 + 1.0.2-beta4.21212.2 + 1.0.2-beta4.21212.2 @@ -135,7 +135,7 @@ 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.21206.1 + 1.0.2-beta4.21212.2 2.1.26 diff --git a/eng/build.yml b/eng/build.yml index 738b205c6..63e5254a3 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -146,7 +146,7 @@ phases: packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/NonShipping/VS.*.nupkg' nuGetFeedType: external publishFeedCredentials: 'DevDiv - VS package feed' - condition: and(succeeded(), eq(variables['_PushToVSFeed'], 'true'), eq(variables['_DotNetPublishToBlobFeed'], 'true'), or(eq(variables['_BuildArchitecture'], 'x64'), eq(variables['_BuildArchitecture'], 'x86'))) + condition: and(succeeded(), ne(variables['PostBuildSign'], true), eq(variables['_PushToVSFeed'], 'true'), eq(variables['_DotNetPublishToBlobFeed'], 'true'), or(eq(variables['_BuildArchitecture'], 'x64'), eq(variables['_BuildArchitecture'], 'x86'))) - task: PublishTestResults@2 displayName: Publish Test Results diff --git a/global.json b/global.json index c45f0e3c1..037202ac2 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21207.4" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21209.17" } }