From 7855426c68c203708f79fc4e94c62a45cda78656 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 28 Feb 2023 15:04:17 -0800 Subject: [PATCH 1/2] Update sourceIndexPackageVersion --- .azure/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index ae3549ba7ed5..358ba03cb73c 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -87,7 +87,7 @@ variables: /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) # Variables for source indexing afterBuild step and job. - name: sourceIndexPackageVersion - value: 1.0.1-20221220.2 + value: 1.0.1-20230228.2 - name: sourceIndexPackageSource value: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json - group: source-dot-net stage1 variables From bded141141f0b6f21ec695c94daecbe60ad9e3dd Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 28 Feb 2023 15:07:54 -0800 Subject: [PATCH 2/2] Revert "Revert "Update SDK (#46919)" (#46943)" This reverts commit e9ced2f700f852685f4edf50e7c895cdfd9cc994. --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index cf04e9188100..8079bda508bc 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "8.0.100-preview.2.23124.1" + "version": "8.0.100-preview.3.23127.4" }, "tools": { - "dotnet": "8.0.100-preview.2.23124.1", + "dotnet": "8.0.100-preview.3.23127.4", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"