make install and build scripts use new package
This commit is contained in:
parent
8ab2bae472
commit
e2d8d6e31e
6 changed files with 26 additions and 78 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue