Remove dotnet-build.tests

This capability is being replaced by MSBuild, and the project.json tests are very long running.
This commit is contained in:
PiotrP 2016-08-10 11:55:56 -07:00
parent ec2cd254f1
commit a7d594049b
19 changed files with 1 additions and 1753 deletions

View file

@ -53,7 +53,7 @@ For E2E and functional tests, they all depend on the binaries located under `art
1. `cd src\dotnet\`
2. `dotnet build`
3. `cp bin\debug\netstandardapp1.5\dotnet.dll artifacts\rid\stage2`
4. `cd ..\..\test\dotnet-build.Tests`
4. `cd ..\..\test\dotnet.Tests`
5. `dotnet test`
##Adding a Command