Remove internal links from Readme.md
This commit is contained in:
Родитель
1ab56f8402
Коммит
8dc2be3279
|
@ -82,12 +82,7 @@ Developing
|
|||
----------
|
||||
1. Repository (private now): https://github.com/microsoft/AppInsights-aspnetv5
|
||||
2. Asp.Net information: https://github.com/aspnet/home
|
||||
3. VS 2015 RC installation:
|
||||
- Run Preinstall.cmd, if not already run earlier
|
||||
\\vspreinstall\preinstall\preinstall.cmd (from admin command prompt)
|
||||
- Install VS from \\cpvsbuild\Drops\dev14\D14Rel\layouts\x86ret\<buildnumber>\enu\vs\enterprise\dvd where <buildnumber> is picked based on http://ddweb/RIFIDashboardService/Integration/BranchHistory?BranchPath=$/devdiv/Rel/D14Rel/&pioneer=False (currently, using 22808.1)
|
||||
- Please delete packages under \users\<alias>\.dnx folder. This step will make sure that latest packages are being used
|
||||
- Update with latest WTE build \\vwdbuild01\drops\WTE\Dev14-RC2.Nightly\Dev14\Latest-Successful\Release\Signed\MSI\InstallWTE.cmd (from admin command prompt)
|
||||
3. Install VS 2015 RC.
|
||||
|
||||
|
||||
Running and writing tests
|
||||
|
@ -125,7 +120,7 @@ Add this initialization logic to Startup.cs:
|
|||
services.AddFunctionalTestTelemetryChannel();
|
||||
```
|
||||
|
||||
*Running Test*
|
||||
*Running Tests*
|
||||
Open a developer command prompt, navigate to project folder and run:
|
||||
```
|
||||
dnx . test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Microsoft.ApplicationInsights.AspNet
|
||||
namespace Microsoft.ApplicationInsights.AspNet
|
||||
{
|
||||
using Microsoft.AspNet.Builder;
|
||||
using Microsoft.AspNet.Http;
|
||||
|
|
Загрузка…
Ссылка в новой задаче