Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider BuildClient.GetTempPath on non-Windows #14685

Open
jaredpar opened this issue Oct 22, 2016 · 0 comments
Open

Consider BuildClient.GetTempPath on non-Windows #14685

jaredpar opened this issue Oct 22, 2016 · 0 comments
Assignees
Labels
Area-Compilers Bug Concept-CoreCLR The issue involves operations and features specific to CoreCLR work.
Milestone

Comments

@jaredpar
Copy link
Member

The function BuildClient.GetTempPath is used to calculate a temporary path for the compiler to use in server scenarios. Today this is used only for signing but in theory could be used for other functions in the future.

The implementation is very windows specific today which is okay as we only do full signing on Windows. For RTM we need to consider other OS and lock down this implementation.

@jaredpar jaredpar added this to the 2.0 (RTM) milestone Oct 22, 2016
@jaredpar jaredpar self-assigned this Oct 22, 2016
@jaredpar jaredpar modified the milestones: 2.1, 2.0 (RTM) Jan 12, 2017
@jaredpar jaredpar removed this from the 15.1 milestone Mar 9, 2017
@jaredpar jaredpar added the Concept-CoreCLR The issue involves operations and features specific to CoreCLR work. label Mar 9, 2017
@jaredpar jaredpar added this to Not Started in .NET Core Testing & SDK Mar 22, 2017
@gafter gafter added this to the Unknown milestone Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug Concept-CoreCLR The issue involves operations and features specific to CoreCLR work.
Projects
Development

No branches or pull requests

2 participants