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

fix null ref caused by build.syncsource=false. #1904

Merged
merged 1 commit into from
Nov 17, 2018

Conversation

TingluoHuang
Copy link
Contributor

No description provided.

@TingluoHuang TingluoHuang force-pushed the users/tihuang/fixnullref2 branch 2 times, most recently from 6b3dad8 to 9cb6ab8 Compare October 30, 2018 16:34
@TingluoHuang TingluoHuang force-pushed the users/tihuang/fixnullref2 branch from 9cb6ab8 to 2b7dc0a Compare November 16, 2018 19:54
string defaultWorkingDirectory = executionContext.Variables.Get(Constants.Variables.System.DefaultWorkingDirectory);
if (string.IsNullOrEmpty(defaultWorkingDirectory))
{
throw new NotSupportedException("System.DefaultWorkingDirectory is required for running container job.");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

a container job

@TingluoHuang
Copy link
Contributor Author

reviewed with Eric.

@TingluoHuang TingluoHuang force-pushed the users/tihuang/fixnullref2 branch from 2b7dc0a to 0a4f5c4 Compare November 17, 2018 02:45
@TingluoHuang TingluoHuang merged commit 5a58f3e into master Nov 17, 2018
@TingluoHuang TingluoHuang deleted the users/tihuang/fixnullref2 branch November 17, 2018 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant