diff --git a/src/MusicStore/CopyAspNetLoader.cmd b/src/MusicStore/CopyAspNetLoader.cmd deleted file mode 100644 index 08dbb2b89b..0000000000 --- a/src/MusicStore/CopyAspNetLoader.cmd +++ /dev/null @@ -1,8 +0,0 @@ -REM copy the AspNet.Loader.dll to bin folder -md wwwroot\bin - -SET ASPNETLOADER_PACKAGE_BASEPATH=%USERPROFILE%\\.dnx\\packages\Microsoft.AspNet.Loader.IIS.Interop -REM figure out the path of AspNet.Loader.dll -FOR /F %%j IN ('dir /b /o:D %ASPNETLOADER_PACKAGE_BASEPATH%\*') do (SET AspNetLoaderPath=%ASPNETLOADER_PACKAGE_BASEPATH%\%%j\tools\AspNet.Loader.dll) -echo Found AspNetLoader.dll at %AspNetLoaderPath%. Copying to bin\ -copy %AspNetLoaderPath% wwwroot\bin\ diff --git a/src/MusicStore/Helios.cmd b/src/MusicStore/Helios.cmd deleted file mode 100644 index 4da2a81f80..0000000000 --- a/src/MusicStore/Helios.cmd +++ /dev/null @@ -1,6 +0,0 @@ -SET DNX_HOME=%USERPROFILE%\.dnx\ - -REM copy the AspNet.Loader.dll to the bin folder -call CopyAspNetLoader.cmd - -"%ProgramFiles(x86)%\iis Express\iisexpress.exe" /port:5001 /path:"%cd%\wwwroot" diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index 52fc777bf1..d3a69c0574 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -10,7 +10,6 @@ }, "dependencies": { "Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*", - "Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.Testing": "1.0.0-*", "Microsoft.AspNet.WebUtilities": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",