Fix publishing following recent build changes (now that $(OutDir) is relative)

This commit is contained in:
Steve Sanderson 2018-08-15 13:38:04 +01:00
parent d3bc28de55
commit 04427d2e28
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<!-- Publish all the 'dist' files -->
<_BlazorGCTPDIDistFiles Include="@(BlazorItemOutput->'%(TargetOutputPath)')" />
<_BlazorGCTPDI Include="@(_BlazorGCTPDIDistFiles)">
<TargetPath>$(BlazorPublishDistDir)$([MSBuild]::MakeRelative('$(OutDir)dist\', %(Identity)))</TargetPath>
<TargetPath>$(BlazorPublishDistDir)$([MSBuild]::MakeRelative('$(TargetDir)dist\', %(Identity)))</TargetPath>
</_BlazorGCTPDI>
<ContentWithTargetPath Include="@(_BlazorGCTPDI)">