Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sdkPublic

"dotnet build-server shutdown" equivalent for SharedCompilationId and -pipename? #20183

Open
Milestone
@KalleOlaviNiemitalo

Description

@KalleOlaviNiemitalo

With MSBuild.exe, I can set theSharedCompilationId property and later runVBCSCompiler.exe -pipename:"$(SharedCompilationId)" -shutdown to terminate only the Roslyn compiler server that was started for this ID. Is there an equivalent feature fordotnet build-server shutdown?

It looks like theDOTNET_BUILD_PIDFILE_DIRECTORY environment variable could be used for something like that:

publicconststringPidFileDirectoryVariableName="DOTNET_BUILD_PIDFILE_DIRECTORY";

However, from#9302 and#9303, it seems the environment variable is not used by all build servers; and even if they use it for PID files, they might not use it for the actual communication.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp