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

Changing working directory before executing command #5977

Merged
merged 4 commits into from
Dec 26, 2017

Conversation

thesattiraju
Copy link
Contributor

No description provided.

@thesattiraju
Copy link
Contributor Author

#5051

@@ -77,7 +78,9 @@ export class dotNetExe {
}
dotnet.line(dotnetArguments);
try {
var result = await dotnet.exec();
var result = await dotnet.exec(<tr.IExecOptions>{
cwd: path.dirname(projectFile)
Copy link
Member

@sachinma sachinma Dec 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a possibility of regression here? I am not sure what will it mean for nuget restores etc as in where will nuget cache reside - can there be issues in looking up modules which were working earlier

@thesattiraju thesattiraju merged commit 093bd21 into master Dec 26, 2017
@thesattiraju thesattiraju deleted the users/desattir/DotNetCoreCWD branch February 12, 2019 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants