From 339bfe0168f9d079f0898fc31f286223471f76bb Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Tue, 25 Apr 2017 15:03:07 -0700 Subject: [PATCH] Adding a work around for a test failure. --- TestAssets/TestProjects/TestAppSimple/TestAppSimple.csproj | 2 ++ build/MSBuildExtensions.targets | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TestAssets/TestProjects/TestAppSimple/TestAppSimple.csproj b/TestAssets/TestProjects/TestAppSimple/TestAppSimple.csproj index 542dd829a..4f0d4e8e5 100755 --- a/TestAssets/TestProjects/TestAppSimple/TestAppSimple.csproj +++ b/TestAssets/TestProjects/TestAppSimple/TestAppSimple.csproj @@ -5,5 +5,7 @@ netcoreapp2.0 Exe $(CLI_SharedFrameworkVersion) + + true \ No newline at end of file diff --git a/build/MSBuildExtensions.targets b/build/MSBuildExtensions.targets index 2dafac76f..9b99b96b9 100644 --- a/build/MSBuildExtensions.targets +++ b/build/MSBuildExtensions.targets @@ -64,7 +64,7 @@ Copyright (c) .NET Foundation. All rights reserved. Lines="$(BundledVersionsPropsContent)" Overwrite="true" /> + SourceFiles="$(GeneratedMSBuildExtensionsDirectory)/$(BundledVersionsPropsFolder)/$(BundledVersionsPropsFileName)" + DestinationFiles="$(SdkOutputDirectory)/$(BundledVersionsPropsFileName)" />