dotnet-installer/test/dotnet.Tests/BuildServerTests
William Li 2594a6d7ec
Always store absolute full path in directory and file path (#9363)
There is no need to store relative path today. But some part of the system does not accept relative path and there is no indication if it is storing full path or not. This is the root cause of https://github.com/dotnet/cli/issues/9319

“someplace” means different full path for Path class on unix and Windows. And the mock file system uses real Path class. Change tests' setup to use essentially “TEMPATH/someplace” instead of  “someplace”
2018-06-06 11:22:19 -07:00
..
BuildServerProviderTests.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
RazorServerTests.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
VBCSCompilerServerTests.cs Implement Razor server discovery by pid file. 2018-04-20 10:49:31 -07:00