make install and build scripts use new package

This commit is contained in:
Andrew Stanton-Nurse 2016-03-16 10:55:24 -07:00
parent 8ab2bae472
commit e2d8d6e31e
6 changed files with 26 additions and 78 deletions

View file

@ -99,7 +99,7 @@ namespace Microsoft.DotNet.Cli.Build
}
// Identify the version
var version = File.ReadAllLines(Path.Combine(stage0, "..", ".version"));
var version = File.ReadAllLines(Path.Combine(stage0, ".version"));
c.Info($"Using Stage 0 Version: {version[1]}");
return c.Success();