Merge pull request #5706 from dotnet/naamunds/signing-msbuild15-fix
Remove import of dir.props from Signing.proj
This commit is contained in:
commit
4cc0f9d8a5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project InitialTargets="SetSigningProperties" DefaultTargets="SignFiles" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project InitialTargets="SetSigningProperties" DefaultTargets="SignFiles" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
|
<PropertyGroup>
|
||||||
|
<RepoRoot>$(MSBuildThisFileDirectory)/..</RepoRoot>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="$(RepoRoot)/build_tools/MicroBuild.Core.props" />
|
<Import Project="$(RepoRoot)/build_tools/MicroBuild.Core.props" />
|
||||||
|
|
||||||
<!-- This will be overridden if we're building with MicroBuild. -->
|
<!-- This will be overridden if we're building with MicroBuild. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue