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
|
@ -73,17 +73,11 @@ namespace Microsoft.DotNet.TestFramework
|
|||
Build = new FileInfo(Path.Combine(inventoryFileDirectory.FullName, "build.txt"));
|
||||
}
|
||||
|
||||
public IEnumerable<FileInfo> AllInventoryFiles
|
||||
{
|
||||
get
|
||||
{
|
||||
return new List<FileInfo>
|
||||
public IEnumerable<FileInfo> AllInventoryFiles => new List<FileInfo>
|
||||
{
|
||||
Source,
|
||||
Restore,
|
||||
Build
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue