Refactoring test scripts

_nuget needs some RepoRoots

get the cats in line (d)

spaces

Fix Linux build breaks

add execution permissions

Pick up #999 Finish refactoring test scripts

remove auth

Reorder publishing to work!

fix rebase errors

fix more rebase errors

small fixes
This commit is contained in:
piotrp 2016-01-23 12:55:03 -08:00 committed by Bryan Thornbury
parent 4e365921f7
commit 51eca0bcba
40 changed files with 443 additions and 216 deletions

View file

@ -0,0 +1,20 @@
dotnet
dotnet-build
dotnet-compile
dotnet-compile-csc
dotnet-compile-fsc
dotnet-compile-native
dotnet-new
dotnet-pack
dotnet-projectmodel-server
dotnet-publish
dotnet-restore
dotnet-repl
dotnet-repl-csi
dotnet-resgen
dotnet-run
dotnet-test
Microsoft.DotNet.Cli.Utils
Microsoft.DotNet.ProjectModel.Loader
Microsoft.DotNet.ProjectModel.Workspaces
Microsoft.Extensions.Testing.Abstractions
1 dotnet
2 dotnet-build
3 dotnet-compile
4 dotnet-compile-csc
5 dotnet-compile-fsc
6 dotnet-compile-native
7 dotnet-new
8 dotnet-pack
9 dotnet-projectmodel-server
10 dotnet-publish
11 dotnet-restore
12 dotnet-repl
13 dotnet-repl-csi
14 dotnet-resgen
15 dotnet-run
16 dotnet-test
17 Microsoft.DotNet.Cli.Utils
18 Microsoft.DotNet.ProjectModel.Loader
19 Microsoft.DotNet.ProjectModel.Workspaces
20 Microsoft.Extensions.Testing.Abstractions

View file

@ -0,0 +1,2 @@
dotnet-hello/v1/dotnet-hello
dotnet-hello/v2/dotnet-hello
1 dotnet-hello/v1/dotnet-hello
2 dotnet-hello/v2/dotnet-hello

View file

@ -0,0 +1,5 @@
E2E
StreamForwarderTests
dotnet-publish.Tests
dotnet-compile.Tests
dotnet-build.Tests
1 E2E
2 StreamForwarderTests
3 dotnet-publish.Tests
4 dotnet-compile.Tests
5 dotnet-build.Tests

View file

@ -0,0 +1,2 @@
argument-forwarding-tests
package-command-test
1 argument-forwarding-tests
2 package-command-test