From 72b915b7228153f881dc1b8a609e665e8a7a912c Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Mon, 23 May 2016 11:28:07 -0700 Subject: [PATCH] Cleaning dnx from gitignore and tools --- .gitignore | 8 +++----- Tools/DnxBuild.cmd | 8 -------- Tools/DnxInstall.cmd | 6 ------ 3 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 Tools/DnxBuild.cmd delete mode 100644 Tools/DnxInstall.cmd diff --git a/.gitignore b/.gitignore index 2f1f57f8d519d..7150646c5d3f4 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 6bf487fa7f4e4..0000000000000 --- 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 0bcf011ba80bd..0000000000000 --- 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 - -