-
Notifications
You must be signed in to change notification settings - Fork 4k
Check fullSetParametersFile for null before attempting a Path.Combine #1917
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
Conversation
Can one of the admins verify this patch? |
@azuresdkci add to whitelist |
@eocrawford please fix build breaks |
Hi, not sure what the issue is here or how to fix it. (My change contains a passing unit test.) I'm unable to access the Details URL (http://azuresdkci.cloudapp.net/job/powershell/4459/); fails with eocrawford is missing the Overall/Read permission. If you can grant that permission, I'll take a look at the details and see what I can do to fix the problem |
@eocrawford build failure, here are the errors from the log:
|
const string websiteName = "test-site"; | ||
const string package = "test-package"; | ||
string slot = null; | ||
var connectionStrings = new Hashtable { ["DefaultConnection"] = "test-connection-string" }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eocrawford This is where the compilation issue is, according to the log.
I believe you use the same literal construction as a dictionary, i.e.:
var connectionStrings = new HashTable {
{"DefaultConnection", "test-connection-string"}
};
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved the hashtable initialization after the declaration to match the existing syntax in other test cases.
@azuresdkci retest this please |
1 similar comment
@azuresdkci retest this please |
on demand run here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/620/ (soon) |
@eocrawford failure in the on demand run |
I'm not able to view the results at http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/620/. How do I get permission? Alternately, you can paste the results here and I'll take a look. |
I'm not able to repro the test failure locally and it happens outside the area I touched. Can we get a rerun? |
@azuresdkci retest this please |
1 similar comment
@azuresdkci retest this please |
See title