Test directory refactoring step 1.
Moving TestProjects and TestPackages under root 'TestAssets' folder. Partial fix #1250
This commit is contained in:
parent
129bd03098
commit
3d14caceff
71 changed files with 36 additions and 39 deletions
12
TestAssets/TestProjects/TestLibraryWithRunner/Test.cs
Normal file
12
TestAssets/TestProjects/TestLibraryWithRunner/Test.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TestLibraryWithRunner
|
||||
{
|
||||
// Need to have source code to actually publish a DLL, so please don't remove this, even though it does nothing :).
|
||||
public class Test
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue