Update paths based on repo refactoring

This commit is contained in:
Matt Ellis 2016-04-07 23:02:45 -07:00 committed by Piotr Puszkiewicz
parent 0954049575
commit 930b0f8093

View file

@ -201,7 +201,7 @@ namespace Microsoft.DotNet.Scripts
[Target]
public static BuildTargetResult ReplaceCoreHostPackaging(BuildTargetContext c)
{
ReplaceFileContents(@"src\corehost\packaging\dir.props", contents =>
ReplaceFileContents(@"pkg\dir.props", contents =>
{
DependencyInfo coreFXInfo = c.GetCoreFXDependency();
Regex regex = new Regex(@"Microsoft\.NETCore\.Platforms\\(?<version>\d\.\d\.\d)-(?<release>.*)\\runtime\.json");