Skip to content

Commit

Permalink
Attempt to fix issue with latest sdk and deploying to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Nov 21, 2017
1 parent 1e08e5b commit 84bc30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/common.props
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<ProjectParentDirectory>$([System.IO.Path]::GetDirectoryName('$(MSBuildProjectDirectory)'))</ProjectParentDirectory>
<ProjectParentDirectoryName>$([System.IO.Path]::GetFileName('$(ProjectParentDirectory)'))</ProjectParentDirectoryName>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
</PropertyGroup>

<Import Project="sourcelink.props" Condition="'$(ProjectParentDirectoryName)' == 'Source'" />
Expand Down

0 comments on commit 84bc30d

Please sign in to comment.