From 73d59c423d775381b96821f1069fc16bde2ec470 Mon Sep 17 00:00:00 2001 From: Nate Amundson Date: Tue, 14 Feb 2017 16:33:32 -0800 Subject: [PATCH] Remove import of dir.props from Signing.proj The build agents in our VSTS pool don't yet have MSBuild 15, so the signing project can't import any MSBuild 15 projects. (The signing project is built with the desktop MSBuild because MicroBuild depends on it.) Once the agents have MSBuild 15, this import can be added back. --- build/Microsoft.DotNet.Cli.Signing.proj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Microsoft.DotNet.Cli.Signing.proj b/build/Microsoft.DotNet.Cli.Signing.proj index b7a0e6092..06581504a 100644 --- a/build/Microsoft.DotNet.Cli.Signing.proj +++ b/build/Microsoft.DotNet.Cli.Signing.proj @@ -1,6 +1,9 @@ - + + $(MSBuildThisFileDirectory)/.. + +