Skip to content

Commit

Permalink
Update installer.singlerid.targets (#6552)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Nov 12, 2020
1 parent e93a597 commit 292f240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@

<MSBuild Projects="$(MSBuildProjectFullPath)"
Targets="PublishToDisk"
Properties="OutputPath=$([MSBuild]::EnsureHasTrailingSlash('$(_LayoutPackageRoot)'))'"
Properties="OutputPath=$([MSBuild]::EnsureTrailingSlash('$(_LayoutPackageRoot)'))'"
RemoveProperties="@(_GlobalPropertiesToRemoveForPublish)" />

<Copy
Expand Down

0 comments on commit 292f240

Please sign in to comment.