add tests for checking filename, working dir and validation of presence of environmental variables
This commit is contained in:
parent
8ad8fe7e8e
commit
531b0136eb
6 changed files with 79 additions and 8 deletions
|
@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
{
|
||||
if (RuntimeEnvironment.OperatingSystemPlatform != Platform.Windows)
|
||||
{
|
||||
this.Skip = "This test requires windows to run";
|
||||
this.Skip = "This test requires Windows to run";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue