Remove no longer applicable workaround in run-build.ps1. Applied expression bodied properties to solution.

This commit is contained in:
Michael Yanni 2023-11-10 17:07:05 -08:00
parent 03b1532ebf
commit c9ab438e6c
13 changed files with 27 additions and 124 deletions

View file

@ -34,13 +34,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
}
}
protected static string RepoRoot
{
get
{
return RepoDirectoriesProvider.RepoRoot;
}
}
protected static string RepoRoot => RepoDirectoriesProvider.RepoRoot;
public static TestAssets TestAssets
{