Skip to content

Expose public API for TaskEnvironment construction#13383

Merged
AR-May merged 9 commits into
dotnet:mainfrom
AR-May:expose-default-task-environment
Mar 30, 2026
Merged

Expose public API for TaskEnvironment construction#13383
AR-May merged 9 commits into
dotnet:mainfrom
AR-May:expose-default-task-environment

Expose public constructor for TaskEnvironment.

347a5fd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / msbuild-pr (Linux Core) failed Mar 13, 2026 in 4m 46s

Linux Core failed

Annotations

Check failure on line 29 in src/Framework/TaskEnvironment.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr (Linux Core)

src/Framework/TaskEnvironment.cs#L29

src/Framework/TaskEnvironment.cs(29,41): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'MultiProcessTaskEnvironmentDriver' does not exist in the current context

Check failure on line 29 in src/Framework/TaskEnvironment.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr (Linux Core)

src/Framework/TaskEnvironment.cs#L29

src/Framework/TaskEnvironment.cs(29,41): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'MultiProcessTaskEnvironmentDriver' does not exist in the current context

Check failure on line 243 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr (Linux Core)

eng/BootStrapMsBuild.targets#L243

eng/BootStrapMsBuild.targets(243,5): error MSB6006: (NETCORE_ENGINEERING_TELEMETRY=Build) "csc.exe" exited with code 150.

Check failure on line 243 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr (Linux Core)

eng/BootStrapMsBuild.targets#L243

eng/BootStrapMsBuild.targets(243,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) The source file for this compilation can be found at: "/tmp/MSBuildTempNfK7Bu/tmp2f8429165a374b9abd9259d335c7500b.tmp"

Check failure on line 243 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr (Linux Core)

eng/BootStrapMsBuild.targets#L243

eng/BootStrapMsBuild.targets(243,5): error MSB4036: (NETCORE_ENGINEERING_TELEMETRY=Build) The "InstallDotNetCoreTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "/mnt/vss/_work/1/s/stage1/bin/bootstrap/core/sdk/10.0.103" directory.