Skip to content

Commit

Permalink
Merge pull request #479 from WildGums/GitHubSync/20230718-173418
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Jul 18, 2023
2 parents c2f5fc7 + fcc836e commit 857e9b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/cake/lib-msbuild.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin "nuget:?package=Cake.Issues&version=2.0.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=2.0.0"
#addin "nuget:?package=Cake.Issues&version=3.0.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=3.0.0"

#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"

Expand Down
5 changes: 5 additions & 0 deletions src/Directory.Build.shared.implicit.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>

<!-- Use relative paths in stack traces -->
<PropertyGroup>
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
</PropertyGroup>

<!-- Workaround for binding redirects in non exe assemblies, see https://github.com/Microsoft/msbuild/issues/1310#issuecomment-309596435 -->
<Target Name="ForceGenerationOfBindingRedirects"
AfterTargets="ResolveAssemblyReferences"
Expand Down

0 comments on commit 857e9b0

Please sign in to comment.