Remove no longer applicable workaround in run-build.ps1. Applied expression bodied properties to solution.
This commit is contained in:
parent
03b1532ebf
commit
c9ab438e6c
13 changed files with 27 additions and 124 deletions
|
@ -42,12 +42,9 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public string Path
|
||||
{
|
||||
get { return _path; }
|
||||
}
|
||||
|
||||
|
||||
public string Path => _path;
|
||||
|
||||
public DirectoryInfo DirectoryInfo => new DirectoryInfo(Path);
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue