diff --git a/.gitignore b/.gitignore index 2f1f57f8d5..7150646c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -176,8 +176,6 @@ Thumbs.db AutoRest/Generators/Ruby/*Tests/Gemfile.lock AutoRest/Generators/Ruby/*/RspecTests/Generated/* -#dnx installation -dnx-clr-win-x86*/ -dnx-coreclr-win-x86*/ -*.lock.json -/dnx +#netcore +/NetCore +*.lock.json \ No newline at end of file diff --git a/Tools/DnxBuild.cmd b/Tools/DnxBuild.cmd deleted file mode 100644 index 6bf487fa7f..0000000000 --- a/Tools/DnxBuild.cmd +++ /dev/null @@ -1,8 +0,0 @@ -call .\dnx-coreclr-win-x86.1.0.0-beta7\bin\dnu restore ..\ClientRuntimes\CSharp\ClientRuntime\Microsoft.Rest.ClientRuntime -call .\dnx-coreclr-win-x86.1.0.0-beta7\bin\dnu build ..\ClientRuntimes\CSharp\ClientRuntime\Microsoft.Rest.ClientRuntime --configuration release --out ..\dnx -call .\dnx-coreclr-win-x86.1.0.0-beta7\bin\dnu restore ..\ClientRuntimes\CSharp\ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure -call .\dnx-coreclr-win-x86.1.0.0-beta7\bin\dnu build ..\ClientRuntimes\CSharp\ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure --configuration release --out ..\dnx -xcopy ..\dnx\release\dnxcore50 ..\binaries\dnxcore50 /I /Y - - - diff --git a/Tools/DnxInstall.cmd b/Tools/DnxInstall.cmd deleted file mode 100644 index 0bcf011ba8..0000000000 --- a/Tools/DnxInstall.cmd +++ /dev/null @@ -1,6 +0,0 @@ -pushd %~dp0 -call .\nuget.exe install dnx-clr-win-x86 -Version 1.0.0-beta7 -Prerelease -call .\nuget.exe install dnx-coreclr-win-x86 -Version 1.0.0-beta7 -Prerelease -popd - -