Add xmlns to the Project node of the signing.dependencies project so that it can be used with the msbuild in vso.
This commit is contained in:
parent
fcb334e30a
commit
0900a13523
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue