diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index e5e80ae70..e9378e798 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -19,7 +19,7 @@ prep.sh and pipeline scripts, outside of MSBuild. --> https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-preview.3.23178.7.centos.8-x64.tar.gz - https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-19.centos.8-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-20.centos.8-x64.tar.gz https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-preview.3.23210.1-centos.8-x64.tar.gz diff --git a/src/SourceBuild/patches/command-line-api/0003-Explicitly-cast-default-for-Task.Delay-method.patch b/src/SourceBuild/patches/command-line-api/0003-Explicitly-cast-default-for-Task.Delay-method.patch new file mode 100644 index 000000000..f71f4b885 --- /dev/null +++ b/src/SourceBuild/patches/command-line-api/0003-Explicitly-cast-default-for-Task.Delay-method.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Matt Thalman +Date: Mon, 17 Apr 2023 12:26:51 -0500 +Subject: [PATCH] Explicitly cast default for Task.Delay method + +Backport: Not needed since this code is removed in latest version of command-line-api +--- + src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs b/src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs +index 0fb30887..cd59971d 100644 +--- a/src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs ++++ b/src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs +@@ -107,7 +107,7 @@ namespace System.CommandLine + if (timeout! > TimeSpan.Zero) + { + Task +- .Delay(timeout.Value, default) ++ .Delay(timeout.Value, (CancellationToken)default) + .ContinueWith(t => + { + // Prevent our ProcessExit from intervene and block the exit diff --git a/src/redist/targets/packaging/osx/clisdk/resources/conclusion.html.lci b/src/redist/targets/packaging/osx/clisdk/resources/conclusion.html.lci new file mode 100644 index 000000000..9de14a934 --- /dev/null +++ b/src/redist/targets/packaging/osx/clisdk/resources/conclusion.html.lci @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/redist/targets/packaging/osx/clisdk/resources/welcome.html.lci b/src/redist/targets/packaging/osx/clisdk/resources/welcome.html.lci new file mode 100644 index 000000000..801d5132b --- /dev/null +++ b/src/redist/targets/packaging/osx/clisdk/resources/welcome.html.lci @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file