Remove deprecated test assets (#4546)
* Remove deprecated test assets * Add missing nuget configs and fix poorly named test folder * Test Cleanup
This commit is contained in:
parent
5a621b53e2
commit
d804502a8a
204 changed files with 20 additions and 3493 deletions
|
@ -60,7 +60,7 @@ namespace Microsoft.DotNet.Tests
|
|||
public void TestProjectToolIsAvailableThroughDriver(string appName)
|
||||
{
|
||||
var testInstance = TestAssets.Get(appName)
|
||||
.CreateInstance(appName, identifier: appName)
|
||||
.CreateInstance()
|
||||
.WithSourceFiles()
|
||||
.WithRestoreFiles();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue