Disable using privateAspNetCoreFile to test release candiate build (#100)

This commit is contained in:
jhkimnew 2017-05-17 12:57:39 -07:00 committed by GitHub
parent c7e17d13f3
commit ec90853147
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace AspNetCoreModule.Test.Framework
//
// By default, we use the private AspNetCoreFile which were created from this solution
//
public static bool UsePrivateAspNetCoreFile = true;
public static bool UsePrivateAspNetCoreFile = false;
public static int SiteId = 40000;
public const string PrivateFileName = "aspnetcore_private.dll";