Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
284d8c7
Update dependencies from https://github.com/microsoft/clrmd build 202…
dotnet-maestro[bot] Jan 4, 2023
671da06
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Jan 4, 2023
dd343e7
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 4, 2023
839361d
Port GCDump fixes from PerfView (#3475)
davmason Jan 5, 2023
b164cb7
Add missing keepnativesymbols option in build.sh (#3571)
JongHeonChoi Jan 5, 2023
390e0c1
add souce-build pre-built detection (#3583)
oleksandr-didyk Jan 5, 2023
c96daf8
Update dependencies from https://github.com/microsoft/clrmd build 202…
dotnet-maestro[bot] Jan 6, 2023
87ed467
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 6, 2023
ca352e2
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Jan 7, 2023
c70d9b2
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jan 9, 2023
c508735
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Jan 10, 2023
574923f
Change tool TFMs to net6.0 and drop 3.1 hosting support (#3588)
hoyosjs Jan 10, 2023
21dbb38
Add private gc events to the gc-collect profile (#3531)
dramos020 Jan 10, 2023
f66f2a9
[main] Update dependencies from dotnet/symstore (#3598)
dotnet-maestro[bot] Jan 11, 2023
949c4e4
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 14, 2023
325d1b4
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Jan 17, 2023
080108c
chore(readme): fix Debugging CoreCLR link (#3606)
vaind Jan 17, 2023
271f5b7
Fix environment variable name (#3604)
ltrzesniewski Jan 18, 2023
c34194e
Update dependencies from https://github.com/dotnet/symstore build 202…
dotnet-maestro[bot] Jan 24, 2023
ad34fb5
[main] Update dependencies from dotnet/installer (#3603)
dotnet-maestro[bot] Jan 24, 2023
1671b50
Dev/mirogers/kudu console (#3083)
mikelle-rogers Jan 25, 2023
e83a272
Fix/disable nullable warnings treated as errors with newer SDKs insta…
Jan 26, 2023
a2aa40a
Remove duplicate SOS command docs (#3612)
Jan 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To install the platform's prerequisites and build:
* [FAQ](documentation/FAQ.md) - Frequently asked questions.
* [The LLDB Debugger](http://lldb.llvm.org/index.html) - More information about lldb.
* [SOS](https://msdn.microsoft.com/en-us/library/bb190764(v=vs.110).aspx) - More information about SOS.
* [Debugging CoreCLR](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/coreclr/debugging.md) - Instructions for debugging .NET Core and the CoreCLR runtime.
* [Debugging CoreCLR](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/coreclr/debugging-runtime.md) - Instructions for debugging .NET Core and the CoreCLR runtime.
* [dotnet/runtime](https://github.com/dotnet/runtime) - Source for the .NET Core runtime.
* [Official Build Instructions](documentation/building/official-build-instructions.md) - Internal official build instructions.

Expand Down
2 changes: 1 addition & 1 deletion documentation/design-docs/ipc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ Example usage:
$ export DOTNET_DiagnosticPorts=$DOTNET_DiagnosticPorts;~/mydiagport.sock,nosuspend;
```

Any diagnostic ports specified in this configuration will be created in addition to the default port (`dotnet-diagnostic-<pid>-<epoch>`). The suspend mode of the default port is set via the new environment variable `DOTNET_DefaultDotnetPortSuspend` which defaults to `0` for `nosuspend`.
Any diagnostic ports specified in this configuration will be created in addition to the default port (`dotnet-diagnostic-<pid>-<epoch>`). The suspend mode of the default port is set via the new environment variable `DOTNET_DefaultDiagnosticPortSuspend` which defaults to `0` for `nosuspend`.

Each port configuration specifies whether it is a `suspend` or `nosuspend` port. Ports specifying `suspend` in their configuration will cause the runtime to pause early on in the startup path before most runtime subsystems have started. This allows any agent to receive a connection and properly setup before the application startup continues. Since multiple ports can individually request suspension, the `resume` command needs to be sent by each suspended port connection before the runtime resumes execution.

Expand Down
249 changes: 0 additions & 249 deletions documentation/sos-debugging-extension-windows.md

This file was deleted.

272 changes: 0 additions & 272 deletions documentation/sos-debugging-extension.md

This file was deleted.

3 changes: 1 addition & 2 deletions documentation/sos.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Getting a version of lldb that works for your platform can be a problem sometime

## Using SOS

* [SOS debugging for Linux/MacOS](sos-debugging-extension.md)
* [SOS debugging for Windows](sos-debugging-extension-windows.md)
* [SOS debugging](https://learn.microsoft.com/dotnet/core/diagnostics/sos-debugging-extension)
* [Debugging a core dump](debugging-coredump.md)

## New SOS Features
Expand Down
7 changes: 0 additions & 7 deletions eng/AuxMsbuildFiles/SdkPackOverrides.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
<KnownRuntimePack>
<LatestRuntimeFrameworkVersion Condition="'%(TargetFramework)' == 'net6.0'">$(MicrosoftNETCoreApp60Version)</LatestRuntimeFrameworkVersion>
</KnownRuntimePack>

<KnownFrameworkReference>
<LatestRuntimeFrameworkVersion Condition="'%(TargetFramework)' == 'netcoreapp3.1'">$(MicrosoftNETCoreApp31Version)</LatestRuntimeFrameworkVersion>
</KnownFrameworkReference>
<KnownAppHostPack>
<AppHostPackVersion Condition="'%(TargetFramework)' == 'netcoreapp3.1'">$(MicrosoftNETCoreApp31Version)</AppHostPackVersion>
</KnownAppHostPack>
</ItemGroup>
</Target>
</Project>
9 changes: 5 additions & 4 deletions eng/Build-Native.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if /i %__BuildCrossArch% EQU 1 (

echo Generating Version Header
set __GenerateVersionLog="%__LogDir%\GenerateVersion.binlog"
powershell -NoProfile -ExecutionPolicy ByPass -NoLogo -File "%__ProjectDir%\eng\common\msbuild.ps1" "%__ProjectDir%\eng\CreateVersionFile.csproj" /bl:!__GenerateVersionLog! /t:GenerateVersionFiles /restore /p:FileVersionFile=%__RootBinDir%\bin\FileVersion.txt /p:GenerateVersionHeader=true /p:NativeVersionHeaderFile=%__ArtifactsIntermediatesDir%\_version.h %__CommonBuildArgs%
powershell -NoProfile -ExecutionPolicy ByPass -NoLogo -File "%__ProjectDir%\eng\common\msbuild.ps1" "%__ProjectDir%\eng\CreateVersionFile.proj" /bl:!__GenerateVersionLog! /t:GenerateVersionFiles /restore /p:FileVersionFile=%__RootBinDir%\bin\FileVersion.txt /p:GenerateVersionHeader=true /p:NativeVersionHeaderFile=%__ArtifactsIntermediatesDir%\_version.h %__CommonBuildArgs%
if not !errorlevel! == 0 (
echo Generate Version Header FAILED
goto ExitWithError
Expand Down Expand Up @@ -253,7 +253,7 @@ if %__Build% EQU 1 (

echo Generating Version Header
set __GenerateVersionLog="%__LogDir%\GenerateVersion.binlog"
powershell -NoProfile -ExecutionPolicy ByPass -NoLogo -File "%__ProjectDir%\eng\common\msbuild.ps1" "%__ProjectDir%\eng\CreateVersionFile.csproj" /bl:!__GenerateVersionLog! /t:GenerateVersionFiles /restore /p:FileVersionFile=%__RootBinDir%\bin\FileVersion.txt /p:GenerateVersionHeader=true /p:NativeVersionHeaderFile=%__ArtifactsIntermediatesDir%\_version.h %__CommonBuildArgs%
powershell -NoProfile -ExecutionPolicy ByPass -NoLogo -File "%__ProjectDir%\eng\common\msbuild.ps1" "%__ProjectDir%\eng\CreateVersionFile.proj" /bl:!__GenerateVersionLog! /t:GenerateVersionFiles /restore /p:FileVersionFile=%__RootBinDir%\bin\FileVersion.txt /p:GenerateVersionHeader=true /p:NativeVersionHeaderFile=%__ArtifactsIntermediatesDir%\_version.h %__CommonBuildArgs%
if not !errorlevel! == 0 (
echo Generate Version Header FAILED
goto ExitWithError
Expand Down Expand Up @@ -296,8 +296,9 @@ if %__Build% EQU 1 (

REM Copy the native SOS binaries to where these tools expect for CI & VS testing

set "__dotnet_sos=%__RootBinDir%\bin\dotnet-sos\%__BuildType%\netcoreapp3.1"
set "__dotnet_dump=%__RootBinDir%\bin\dotnet-dump\%__BuildType%\netcoreapp3.1"
set "__targetRid=net6.0"
set "__dotnet_sos=%__RootBinDir%\bin\dotnet-sos\%__BuildType%\%__targetRid%"
set "__dotnet_dump=%__RootBinDir%\bin\dotnet-dump\%__BuildType%\%__targetRid%"
mkdir %__dotnet_sos%\win-%__BuildArch%
mkdir %__dotnet_sos%\publish\win-%__BuildArch%
mkdir %__dotnet_dump%\win-%__BuildArch%
Expand Down
8 changes: 0 additions & 8 deletions eng/CleanupPrivateBuild.csproj

This file was deleted.

9 changes: 9 additions & 0 deletions eng/CleanupPrivateBuild.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<SkipGetTargetFrameworkProperties>false</SkipGetTargetFrameworkProperties>
</PropertyGroup>

<Import Project="$(RepositoryEngineeringDir)\InstallRuntimes.proj" />
</Project>
8 changes: 5 additions & 3 deletions eng/CreateVersionFile.csproj → eng/CreateVersionFile.proj
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!-- All Rights Reserved. Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<SkipGetTargetFrameworkProperties>false</SkipGetTargetFrameworkProperties>
</PropertyGroup>

<Target Name="GenerateVersionFiles" DependsOnTargets="GenerateVersionHeader;GenerateVersionSourceFile" />

Expand Down
6 changes: 1 addition & 5 deletions eng/InstallRuntimes.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
$(MicrosoftAspNetCoreAppRefVersion) - latest dotnet aspnetcore stable version (the version that actually is installed)

$(MicrosoftNETCoreApp60Version) $(MicrosoftAspNetCoreApp60Version) - 6.0 version
$(MicrosoftNETCoreApp31Version) $(MicrosoftAspNetCoreApp31Version) - 3.1 version

$(SingleFileRuntimeLatestVersion) - The latest version of the runtime used to build single-file apps
$(SingleFileRuntime60Version) - The 6.0.x version of the runtime used to build single-file apps
Expand Down Expand Up @@ -86,7 +85,6 @@
<ItemGroup Condition="!$(InternalReleaseTesting) and !$(PrivateBuildTesting)">
<TestVersions Include="Latest" RuntimeVersion="$(VSRedistCommonNetCoreSharedFrameworkx6470Version)" AspNetVersion="$(MicrosoftAspNetCoreAppRefInternalVersion)" />
<TestVersions Include="60" RuntimeVersion="$(MicrosoftNETCoreApp60Version)" AspNetVersion="$(MicrosoftAspNetCoreApp60Version)" />
<TestVersions Include="31" RuntimeVersion="$(MicrosoftNETCoreApp31Version)" AspNetVersion="$(MicrosoftAspNetCoreApp31Version)" Condition="$(Enable31Testing)" />
</ItemGroup>

<!-- Local private build testing -->
Expand Down Expand Up @@ -153,11 +151,9 @@
Outputs="$(TestConfigFileName)">

<PropertyGroup Condition="'$(PrivateBuildTesting)' != 'true' AND '$(InternalReleaseTesting)' != 'true'">
<RuntimeVersion31 Condition="$(Enable31Testing)">$(MicrosoftNETCoreApp31Version)</RuntimeVersion31>
<AspNetCoreVersion31 Condition="$(Enable31Testing)">$(MicrosoftAspNetCoreApp31Version)</AspNetCoreVersion31>

<RuntimeVersion60>$(MicrosoftNETCoreApp60Version)</RuntimeVersion60>
<AspNetCoreVersion60>$(MicrosoftAspNetCoreApp60Version)</AspNetCoreVersion60>
<!-- TODO: Add others -->
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<UsageData>
<IgnorePatterns>
<UsagePattern IdentityGlob="*/*" />
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
</IgnorePatterns>
</UsageData>
</UsageData>
31 changes: 18 additions & 13 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.SymbolStore" Version="1.0.405201">
<Dependency Name="Microsoft.SymbolStore" Version="1.0.407301">
<Uri>https://github.com/dotnet/symstore</Uri>
<Sha>497d5da763d44d34ed577d4ac9db3ce7231a238a</Sha>
<Sha>24c0b5cbb1b1f7a22f7d712bc1ab191e86a00233</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.3.363101">
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.3.405501">
<Uri>https://github.com/microsoft/clrmd</Uri>
<Sha>7dab97e3106587f778d4c09ed2cbc2391b6f5354</Sha>
<Sha>8a56bfb39c3a8361f278a092cebce3f8ac0040cc</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.325901">
<Dependency Name="Microsoft.Diagnostics.Runtime.Utilities" Version="2.3.405501">
<Uri>https://github.com/microsoft/clrmd</Uri>
<Sha>a64d9ac11086f28fbd4b2b2337c19be7826fbfa9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.22616.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>31f422237eabbd5c89ecbd0f4a6f53e2c495422f</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
<Sha>8a56bfb39c3a8361f278a092cebce3f8ac0040cc</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand All @@ -28,9 +23,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.102-servicing.22609.1">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.103-servicing.23070.16">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>3c4322d8e5f92a3a2a2d51095c2f06bb1c033b88</Sha>
<Sha>de87c6c89c81daabb218f97f9f715b696a69c394</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="7.0.0-rtm.22513.7">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
Expand All @@ -48,5 +43,15 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23061.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>44c3e166651615f4ae66f0dfa236f082de84d7c5</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22518-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>d047202874ad79d72c75b6354c0f8a9a12d1b054</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
</Dependencies>
22 changes: 11 additions & 11 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,23 @@
</PropertyGroup>
<PropertyGroup>
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.405201</MicrosoftSymbolStoreVersion>
<MicrosoftSymbolStoreVersion>1.0.407301</MicrosoftSymbolStoreVersion>
<!-- Latest shared runtime version updated by darc -->
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22513.12</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0</MicrosoftNETCoreAppRuntimewinx64Version>
<VSRedistCommonNetCoreSharedFrameworkx6470Version>7.0.2</VSRedistCommonNetCoreSharedFrameworkx6470Version>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.2</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>7.0.0-rtm.22513.7</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>7.0.0</MicrosoftAspNetCoreAppRefVersion>
<MicrosoftAspNetCoreAppRefInternalVersion>7.0.2</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>7.0.2</MicrosoftAspNetCoreAppRefVersion>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
<MicrosoftDotnetSdkInternalVersion>7.0.102-servicing.22609.1</MicrosoftDotnetSdkInternalVersion>
<MicrosoftDotnetSdkInternalVersion>7.0.103-servicing.23070.16</MicrosoftDotnetSdkInternalVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Runtime versions to test -->
<MicrosoftNETCoreApp31Version>3.1.28</MicrosoftNETCoreApp31Version>
<MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>
<MicrosoftNETCoreApp60Version>6.0.8</MicrosoftNETCoreApp60Version>
<MicrosoftAspNetCoreApp60Version>$(MicrosoftNETCoreApp60Version)</MicrosoftAspNetCoreApp60Version>
<!-- The SDK runtime version used to build single-file apps (currently hardcoded) -->
<SingleFileRuntime60Version>6.0.8</SingleFileRuntime60Version>
<SingleFileRuntimeLatestVersion>7.0.0</SingleFileRuntimeLatestVersion>
<SingleFileRuntimeLatestVersion>7.0.2</SingleFileRuntimeLatestVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Opt-in/out repo features -->
Expand All @@ -45,9 +43,9 @@
<MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
<!-- Other libs -->
<MicrosoftBclAsyncInterfacesVersion>1.1.0</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftDiagnosticsRuntimeVersion>2.3.363101</MicrosoftDiagnosticsRuntimeVersion>
<MicrosoftDiagnosticsRuntimeVersion>2.3.405501</MicrosoftDiagnosticsRuntimeVersion>
<MicrosoftDiaSymReaderNativePackageVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativePackageVersion>
<MicrosoftDiagnosticsTracingTraceEventVersion>2.0.64</MicrosoftDiagnosticsTracingTraceEventVersion>
<MicrosoftDiagnosticsTracingTraceEventVersion>2.0.76</MicrosoftDiagnosticsTracingTraceEventVersion>
<!-- Use pinned version to avoid picking up latest (which doesn't support netcoreapp3.1) during source-build -->
<MicrosoftExtensionsLoggingPinnedVersion>2.1.1</MicrosoftExtensionsLoggingPinnedVersion>
<!-- dotnet-dsrouter needs a net6.0 version of logging -->
Expand All @@ -65,5 +63,7 @@
<MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorVersion>
<cdbsosversion>10.0.18362</cdbsosversion>
<NewtonSoftJsonVersion>13.0.1</NewtonSoftJsonVersion>
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>8.0.0-alpha.1.23061.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>
<MicrosoftSourceLinkGitHubVersion>1.2.0-beta-22518-02</MicrosoftSourceLinkGitHubVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if ($bundletools) {

# Remove the private build registry keys
if ($cleanupprivatebuild) {
Invoke-Expression "& `"$engroot\common\msbuild.ps1`" $engroot\CleanupPrivateBuild.csproj /v:$verbosity /t:CleanupPrivateBuild /p:BuildArch=$architecture /p:TestArchitectures=$architecture"
Invoke-Expression "& `"$engroot\common\msbuild.ps1`" $engroot\CleanupPrivateBuild.proj /v:$verbosity /t:CleanupPrivateBuild /p:BuildArch=$architecture /p:TestArchitectures=$architecture"
exit $lastExitCode
}

Expand Down
13 changes: 7 additions & 6 deletions eng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ handle_arguments() {
__ShiftArgs=1
;;

-binarylog|-bl|-clean|-integrationtest|-pack|-performancetest|-pipelineslog|-pl|-preparemachine|-publish|-r|-rebuild|-restore|-sign)
-binarylog|-bl|-clean|-integrationtest|-pack|-performancetest|-pipelineslog|-pl|-preparemachine|-publish|-r|-rebuild|-restore|-sign|-sb)
__ManagedBuildArgs="$__ManagedBuildArgs $1"
;;

Expand All @@ -63,7 +63,7 @@ handle_arguments() {
__ShiftArgs=1
;;

-clean|-binarylog|-bl|-pipelineslog|-pl|-restore|-r|-rebuild|-pack|-integrationtest|-performancetest|-sign|-publish|-preparemachine)
-clean|-binarylog|-bl|-pipelineslog|-pl|-restore|-r|-rebuild|-pack|-integrationtest|-performancetest|-sign|-publish|-preparemachine|-sb)
__ManagedBuildArgs="$__ManagedBuildArgs $1"
;;

Expand Down Expand Up @@ -131,7 +131,7 @@ mkdir -p "$__IntermediatesDir"
mkdir -p "$__LogsDir"
mkdir -p "$__CMakeBinDir"

__ExtraCmakeArgs="$__ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"
__ExtraCmakeArgs="$__CMakeArgs $__ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"

# Specify path to be set for CMAKE_INSTALL_PREFIX.
# This is where all built native libraries will copied to.
Expand Down Expand Up @@ -202,7 +202,7 @@ if [[ "$__NativeBuild" == 1 ]]; then
__GenerateVersionLog="$__LogsDir/GenerateVersion.binlog"

"$__RepoRootDir/eng/common/msbuild.sh" \
$__RepoRootDir/eng/CreateVersionFile.csproj \
$__RepoRootDir/eng/CreateVersionFile.proj \
/bl:$__GenerateVersionLog \
/t:GenerateVersionFiles \
/restore \
Expand Down Expand Up @@ -230,8 +230,9 @@ fi
#

if [[ "$__NativeBuild" == 1 || "$__Test" == 1 ]]; then
__dotnet_sos=$__RootBinDir/bin/dotnet-sos/$__BuildType/netcoreapp3.1/publish/$__DistroRid
__dotnet_dump=$__RootBinDir/bin/dotnet-dump/$__BuildType/netcoreapp3.1/publish/$__DistroRid
__targetRid=net6.0
__dotnet_sos=$__RootBinDir/bin/dotnet-sos/$__BuildType/$__targetRid/publish/$__DistroRid
__dotnet_dump=$__RootBinDir/bin/dotnet-dump/$__BuildType/$__targetRid/publish/$__DistroRid

mkdir -p "$__dotnet_sos"
mkdir -p "$__dotnet_dump"
Expand Down
12 changes: 0 additions & 12 deletions eng/configure-toolset.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions eng/configure-toolset.sh

This file was deleted.

4 changes: 1 addition & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"tools": {
"dotnet": "7.0.100",
"dotnet": "7.0.101",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreApp31Version)",
"$(MicrosoftNETCoreApp60Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6470Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp31Version)",
"$(MicrosoftNETCoreApp60Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6470Version)"
],
Expand Down
Loading