Skip to content

Commit 88685c7

Browse files
committed
Merge branch 'main' into fix_console_write_on_ios
2 parents 90da2a0 + 327b9c2 commit 88685c7

File tree

979 files changed

+18995
-108246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

979 files changed

+18995
-108246
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "1.0.0-prerelease.21404.1",
18+
"version": "1.0.0-prerelease.21426.1",
1919
"commands": [
2020
"xharness"
2121
]
2222
},
2323
"microsoft.visualstudio.slngen.tool": {
24-
"version": "6.0.1",
24+
"version": "6.1.0",
2525
"commands": [
2626
"slngen"
2727
]

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@
270270
<!-- Enables Strict mode for Roslyn compiler -->
271271
<Features>strict;nullablePublicOnly</Features>
272272
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
273+
<!-- Warnings to always disable -->
274+
<NoWarn>$(NoWarn),CS8969</NoWarn>
273275
<!-- Always pass portable to override arcade sdk which uses embedded for local builds -->
274276
<DebugType>portable</DebugType>
275277
<DebugSymbols>true</DebugSymbols>

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1616
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1717
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
18+
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
19+
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
20+
<!-- TODO: Remove dotnet6 feeds when dependencies publish into dotnet7 feeds: https://github.com/dotnet/runtime/issues/57716. -->
1821
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
1922
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
20-
<!-- Used for dotnet pack task -->
21-
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
2223
<!-- Used for the Rich Navigation indexing task -->
2324
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
2425
</packageSources>

eng/Subsets.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216

217217
<ItemGroup Condition="$(_subset.Contains('+clr.tools+'))">
218218
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\runincontext\runincontext.csproj;
219+
$(CoreClrProjectRoot)tools\tieringtest\tieringtest.csproj;
219220
$(CoreClrProjectRoot)tools\r2rdump\R2RDump.csproj;
220221
$(CoreClrProjectRoot)tools\dotnet-pgo\dotnet-pgo.csproj;
221222
$(CoreClrProjectRoot)tools\r2rtest\R2RTest.csproj" Category="clr" Condition="'$(DotNetBuildFromSource)' != 'true'"/>

eng/Version.Details.xml

Lines changed: 114 additions & 110 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 51 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1919
<!-- Opt-in/out repo features -->
2020
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
21-
<!-- TODO: Upgrade compiler version to enable Static Abstracts in Interfaces, interpolated string handlers, and caller arg expressions; remove this once the employed SDK uses a new enough version. -->
22-
<MicrosoftNetCompilersToolsetVersion>4.0.0-3.21376.12</MicrosoftNetCompilersToolsetVersion>
2321
<UsingToolMicrosoftNetILLinkTasks>true</UsingToolMicrosoftNetILLinkTasks>
2422
<UsingToolIbcOptimization>false</UsingToolIbcOptimization>
2523
<UsingToolXliff>false</UsingToolXliff>
@@ -53,31 +51,31 @@
5351
<MicrosoftCodeAnalysisCSharpVersion>3.10.0</MicrosoftCodeAnalysisCSharpVersion>
5452
<MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0-rc1.21413.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
5553
<!-- SDK dependencies -->
56-
<MicrosoftDotNetPackageValidationVersion>1.0.0-rc.1.21404.21</MicrosoftDotNetPackageValidationVersion>
54+
<MicrosoftDotNetCompatibilityVersion>1.0.0-rc.1.21426.17</MicrosoftDotNetCompatibilityVersion>
5755
<!-- Arcade dependencies -->
58-
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.21413.4</MicrosoftDotNetApiCompatVersion>
59-
<MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21413.4</MicrosoftDotNetBuildTasksFeedVersion>
60-
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21413.4</MicrosoftDotNetCodeAnalysisVersion>
61-
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.21413.4</MicrosoftDotNetGenAPIVersion>
62-
<MicrosoftDotNetGenFacadesVersion>6.0.0-beta.21413.4</MicrosoftDotNetGenFacadesVersion>
63-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21413.4</MicrosoftDotNetXUnitExtensionsVersion>
64-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.21413.4</MicrosoftDotNetXUnitConsoleRunnerVersion>
65-
<MicrosoftDotNetBuildTasksArchivesVersion>6.0.0-beta.21413.4</MicrosoftDotNetBuildTasksArchivesVersion>
66-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21413.4</MicrosoftDotNetBuildTasksInstallersVersion>
67-
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21413.4</MicrosoftDotNetBuildTasksPackagingVersion>
68-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>6.0.0-beta.21413.4</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
69-
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.21413.4</MicrosoftDotNetRemoteExecutorVersion>
70-
<MicrosoftDotNetVersionToolsTasksVersion>6.0.0-beta.21413.4</MicrosoftDotNetVersionToolsTasksVersion>
71-
<MicrosoftDotNetPackageTestingVersion>6.0.0-beta.21413.4</MicrosoftDotNetPackageTestingVersion>
56+
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.21425.3</MicrosoftDotNetApiCompatVersion>
57+
<MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21425.3</MicrosoftDotNetBuildTasksFeedVersion>
58+
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21425.3</MicrosoftDotNetCodeAnalysisVersion>
59+
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.21425.3</MicrosoftDotNetGenAPIVersion>
60+
<MicrosoftDotNetGenFacadesVersion>6.0.0-beta.21425.3</MicrosoftDotNetGenFacadesVersion>
61+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21425.3</MicrosoftDotNetXUnitExtensionsVersion>
62+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.21425.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
63+
<MicrosoftDotNetBuildTasksArchivesVersion>6.0.0-beta.21425.3</MicrosoftDotNetBuildTasksArchivesVersion>
64+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21425.3</MicrosoftDotNetBuildTasksInstallersVersion>
65+
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21425.3</MicrosoftDotNetBuildTasksPackagingVersion>
66+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>6.0.0-beta.21425.3</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
67+
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.21425.3</MicrosoftDotNetRemoteExecutorVersion>
68+
<MicrosoftDotNetVersionToolsTasksVersion>6.0.0-beta.21425.3</MicrosoftDotNetVersionToolsTasksVersion>
69+
<MicrosoftDotNetPackageTestingVersion>6.0.0-beta.21425.3</MicrosoftDotNetPackageTestingVersion>
7270
<!-- NuGet dependencies -->
7371
<NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
7472
<!-- Installer dependencies -->
75-
<MicrosoftNETCoreAppVersion>6.0.0-alpha.1.20612.4</MicrosoftNETCoreAppVersion>
76-
<MicrosoftNETCoreDotNetHostVersion>6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostVersion>
77-
<MicrosoftNETCoreDotNetHostPolicyVersion>6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostPolicyVersion>
73+
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-alpha.1.21422.3</MicrosoftNETCoreAppRuntimewinx64Version>
74+
<MicrosoftNETCoreDotNetHostVersion>7.0.0-alpha.1.21422.3</MicrosoftNETCoreDotNetHostVersion>
75+
<MicrosoftNETCoreDotNetHostPolicyVersion>7.0.0-alpha.1.21422.3</MicrosoftNETCoreDotNetHostPolicyVersion>
7876
<MicrosoftExtensionsDependencyModelVersion>3.1.0</MicrosoftExtensionsDependencyModelVersion>
7977
<!-- CoreClr dependencies -->
80-
<MicrosoftNETCoreILAsmVersion>6.0.0-rc.1.21415.6</MicrosoftNETCoreILAsmVersion>
78+
<MicrosoftNETCoreILAsmVersion>7.0.0-alpha.1.21422.3</MicrosoftNETCoreILAsmVersion>
8179
<!-- Libraries dependencies -->
8280
<MicrosoftBclAsyncInterfacesVersion>5.0.0</MicrosoftBclAsyncInterfacesVersion>
8381
<MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
@@ -111,28 +109,28 @@
111109
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
112110
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
113111
<ServiceModelVersion>4.8.1</ServiceModelVersion>
114-
<SystemTextJsonVersion>6.0.0-rc.1.21415.6</SystemTextJsonVersion>
115-
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-rc.1.21415.6</SystemRuntimeCompilerServicesUnsafeVersion>
112+
<SystemTextJsonVersion>7.0.0-alpha.1.21422.3</SystemTextJsonVersion>
113+
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21422.3</SystemRuntimeCompilerServicesUnsafeVersion>
116114
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
117115
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
118-
<runtimenativeSystemIOPortsVersion>6.0.0-rc.1.21415.6</runtimenativeSystemIOPortsVersion>
116+
<runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.21422.3</runtimenativeSystemIOPortsVersion>
119117
<!-- Runtime-Assets dependencies -->
120-
<SystemRuntimeNumericsTestDataVersion>6.0.0-beta.21416.1</SystemRuntimeNumericsTestDataVersion>
121-
<SystemComponentModelTypeConverterTestDataVersion>6.0.0-beta.21416.1</SystemComponentModelTypeConverterTestDataVersion>
122-
<SystemDrawingCommonTestDataVersion>6.0.0-beta.21416.1</SystemDrawingCommonTestDataVersion>
123-
<SystemIOCompressionTestDataVersion>6.0.0-beta.21416.1</SystemIOCompressionTestDataVersion>
124-
<SystemIOPackagingTestDataVersion>6.0.0-beta.21416.1</SystemIOPackagingTestDataVersion>
125-
<SystemNetTestDataVersion>6.0.0-beta.21416.1</SystemNetTestDataVersion>
126-
<SystemPrivateRuntimeUnicodeDataVersion>6.0.0-beta.21416.1</SystemPrivateRuntimeUnicodeDataVersion>
127-
<SystemRuntimeTimeZoneDataVersion>6.0.0-beta.21416.1</SystemRuntimeTimeZoneDataVersion>
128-
<SystemSecurityCryptographyX509CertificatesTestDataVersion>6.0.0-beta.21416.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
129-
<SystemWindowsExtensionsTestDataVersion>6.0.0-beta.21416.1</SystemWindowsExtensionsTestDataVersion>
130-
<MicrosoftDotNetCilStripSourcesVersion>6.0.0-beta.21416.1</MicrosoftDotNetCilStripSourcesVersion>
118+
<SystemRuntimeNumericsTestDataVersion>7.0.0-beta.21423.2</SystemRuntimeNumericsTestDataVersion>
119+
<SystemComponentModelTypeConverterTestDataVersion>7.0.0-beta.21423.2</SystemComponentModelTypeConverterTestDataVersion>
120+
<SystemDrawingCommonTestDataVersion>7.0.0-beta.21423.2</SystemDrawingCommonTestDataVersion>
121+
<SystemIOCompressionTestDataVersion>7.0.0-beta.21423.2</SystemIOCompressionTestDataVersion>
122+
<SystemIOPackagingTestDataVersion>7.0.0-beta.21423.2</SystemIOPackagingTestDataVersion>
123+
<SystemNetTestDataVersion>7.0.0-beta.21423.2</SystemNetTestDataVersion>
124+
<SystemPrivateRuntimeUnicodeDataVersion>7.0.0-beta.21423.2</SystemPrivateRuntimeUnicodeDataVersion>
125+
<SystemRuntimeTimeZoneDataVersion>7.0.0-beta.21423.2</SystemRuntimeTimeZoneDataVersion>
126+
<SystemSecurityCryptographyX509CertificatesTestDataVersion>7.0.0-beta.21423.2</SystemSecurityCryptographyX509CertificatesTestDataVersion>
127+
<SystemWindowsExtensionsTestDataVersion>7.0.0-beta.21423.2</SystemWindowsExtensionsTestDataVersion>
128+
<MicrosoftDotNetCilStripSourcesVersion>7.0.0-beta.21423.2</MicrosoftDotNetCilStripSourcesVersion>
131129
<!-- dotnet-optimization dependencies -->
132-
<optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.21416.5</optimizationwindows_ntx64MIBCRuntimeVersion>
133-
<optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.21416.5</optimizationwindows_ntx86MIBCRuntimeVersion>
134-
<optimizationlinuxx64MIBCRuntimeVersion>1.0.0-prerelease.21416.5</optimizationlinuxx64MIBCRuntimeVersion>
135-
<optimizationPGOCoreCLRVersion>1.0.0-prerelease.21416.5</optimizationPGOCoreCLRVersion>
130+
<optimizationwindows_ntx64MIBCRuntimeVersion>1.0.0-prerelease.21425.6</optimizationwindows_ntx64MIBCRuntimeVersion>
131+
<optimizationwindows_ntx86MIBCRuntimeVersion>1.0.0-prerelease.21425.6</optimizationwindows_ntx86MIBCRuntimeVersion>
132+
<optimizationlinuxx64MIBCRuntimeVersion>1.0.0-prerelease.21425.6</optimizationlinuxx64MIBCRuntimeVersion>
133+
<optimizationPGOCoreCLRVersion>1.0.0-prerelease.21425.6</optimizationPGOCoreCLRVersion>
136134
<!-- Not auto-updated. -->
137135
<MicrosoftDiaSymReaderNativeVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativeVersion>
138136
<SystemCommandLineVersion>2.0.0-beta1.20253.1</SystemCommandLineVersion>
@@ -156,9 +154,9 @@
156154
<!-- Testing -->
157155
<MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
158156
<MicrosoftNETTestSdkVersion>16.9.0-preview-20201201-01</MicrosoftNETTestSdkVersion>
159-
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.21404.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
160-
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21404.1</MicrosoftDotNetXHarnessCLIVersion>
161-
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.0.2-alpha.0.21413.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
157+
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.21426.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
158+
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21426.1</MicrosoftDotNetXHarnessCLIVersion>
159+
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.0.2-alpha.0.21425.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
162160
<XUnitVersion>2.4.1</XUnitVersion>
163161
<XUnitRunnerVisualStudioVersion>2.4.2</XUnitRunnerVisualStudioVersion>
164162
<CoverletCollectorVersion>1.3.0</CoverletCollectorVersion>
@@ -170,21 +168,21 @@
170168
<!-- Docs -->
171169
<MicrosoftPrivateIntellisenseVersion>5.0.0-preview-20201009.2</MicrosoftPrivateIntellisenseVersion>
172170
<!-- ILLink -->
173-
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.6.21416.1</MicrosoftNETILLinkTasksVersion>
171+
<MicrosoftNETILLinkTasksVersion>7.0.100-alpha.1.21426.1</MicrosoftNETILLinkTasksVersion>
174172
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
175173
<!-- ICU -->
176-
<MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-rc.1.21416.1</MicrosoftNETCoreRuntimeICUTransportVersion>
174+
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-alpha.1.21423.1</MicrosoftNETCoreRuntimeICUTransportVersion>
177175
<!-- MsQuic -->
178-
<SystemNetMsQuicTransportVersion>6.0.0-preview.7.21417.1</SystemNetMsQuicTransportVersion>
176+
<SystemNetMsQuicTransportVersion>6.0.0-preview.7.21425.1</SystemNetMsQuicTransportVersion>
179177
<!-- Mono LLVM -->
180-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21416.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
181-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21416.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
182-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21416.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
183-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21416.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
184-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21416.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
185-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21416.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
186-
<runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21416.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
187-
<runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21416.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
178+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21423.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
179+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21423.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
180+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21423.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
181+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21423.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
182+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21423.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
183+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21423.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
184+
<runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.21423.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
185+
<runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>11.1.0-alpha.1.21423.1</runtimeosx1012x64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
188186
<!-- emscripten / Node -->
189187
<MicrosoftNETWorkloadEmscriptenManifest60100Version>6.0.0-rc.1.21416.1</MicrosoftNETWorkloadEmscriptenManifest60100Version>
190188
<MicrosoftNETRuntimeEmscriptenVersion>$(MicrosoftNETWorkloadEmscriptenManifest60100Version)</MicrosoftNETRuntimeEmscriptenVersion>

eng/common/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ function InitializeCustomToolset {
187187
}
188188

189189
function Build {
190+
191+
if [[ "$ci" == true ]]; then
192+
TryLogClientIpAddress
193+
fi
190194
InitializeToolset
191195
InitializeCustomToolset
192196

eng/common/init-tools-native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ force=false
1010
download_retries=5
1111
retry_wait_time_seconds=30
1212
global_json_file="$(dirname "$(dirname "${scriptroot}")")/global.json"
13-
declare -A native_assets
13+
declare -a native_assets
1414

1515
. $scriptroot/pipeline-logging-functions.sh
1616
. $scriptroot/native/common-library.sh

eng/common/native/common-library.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,12 @@ function NewScriptShim {
148148
fi
149149

150150
if [[ ! -f $tool_file_path ]]; then
151-
Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Specified tool file path:'$tool_file_path' does not exist"
152-
return 1
151+
# try to see if the path is lower cased
152+
tool_file_path="$(echo $tool_file_path | tr "[:upper:]" "[:lower:]")"
153+
if [[ ! -f $tool_file_path ]]; then
154+
Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Specified tool file path:'$tool_file_path' does not exist"
155+
return 1
156+
fi
153157
fi
154158

155159
local shim_contents=$'#!/usr/bin/env bash\n'

0 commit comments

Comments
 (0)