Merge in 'release/2.1' changes

This commit is contained in:
dotnet-bot 2018-12-13 01:15:45 +00:00
commit f5b36aa8f2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
public ResponseCachingTests()
{
_absoluteFilePath = Directory.GetFiles(Directory.GetCurrentDirectory()).First();
_absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
_fileLength = new FileInfo(_absoluteFilePath).Length;
}