Add msbuild-based stage0 where possible (#4597)

* Add msbuild-based stage0 where possible

* Fix bash initialization script

* Windows Fixes

* Fix dotnet deb tool
This commit is contained in:
Piotr Puszkiewicz 2016-11-02 23:01:57 -07:00 committed by GitHub
parent 14c285db1c
commit fd9cb55f1a
21 changed files with 218 additions and 230 deletions

View file

@ -73,7 +73,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
private string GetPjDotnetPath()
{
return new DirectoryInfo(Path.Combine(RepoRoot, ".dotnet_stage0"))
return new DirectoryInfo(Path.Combine(RepoRoot, ".dotnet_stage0PJ"))
.GetDirectories().First()
.GetFiles("dotnet*").First()
.FullName;