Update paths based on repo refactoring
This commit is contained in:
parent
0954049575
commit
930b0f8093
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ namespace Microsoft.DotNet.Scripts
|
||||||
[Target]
|
[Target]
|
||||||
public static BuildTargetResult ReplaceCoreHostPackaging(BuildTargetContext c)
|
public static BuildTargetResult ReplaceCoreHostPackaging(BuildTargetContext c)
|
||||||
{
|
{
|
||||||
ReplaceFileContents(@"src\corehost\packaging\dir.props", contents =>
|
ReplaceFileContents(@"pkg\dir.props", contents =>
|
||||||
{
|
{
|
||||||
DependencyInfo coreFXInfo = c.GetCoreFXDependency();
|
DependencyInfo coreFXInfo = c.GetCoreFXDependency();
|
||||||
Regex regex = new Regex(@"Microsoft\.NETCore\.Platforms\\(?<version>\d\.\d\.\d)-(?<release>.*)\\runtime\.json");
|
Regex regex = new Regex(@"Microsoft\.NETCore\.Platforms\\(?<version>\d\.\d\.\d)-(?<release>.*)\\runtime\.json");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue