Skip to content

Commit

Permalink
Bump to xamarin/Java.Interop/master@da74abd2 (dotnet#5224)
Browse files Browse the repository at this point in the history
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1230070

Changes: dotnet/java-interop@b991bb8...da74abd

  * dotnet/java-interop@da74abd2: Bump to mono/LineEditor@3fa0c2eb (dotnet#740)
  * dotnet/java-interop@5fe912ad: Bump to xamarin/xamarin-android-tools/main@26d65d9 (dotnet#741)
  * dotnet/java-interop@9c73dbff: [generator] Output correct formatting for binding warnings (dotnet#737)

Update `create-installers.targets` so that `LineEditor.pdb` is
included in the macOS `.pkg` and Windows `.vsix` installers.
  • Loading branch information
jonpryor committed Oct 21, 2020
1 parent 413d269 commit d6793e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-tools/installers/create-installers.targets
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.CompilerServices.SymbolWriter.pdb" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\Mono.Options.dll" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\LineEditor.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
<_MSBuildFiles Include="$(MSBuildSrcDir)\LineEditor.pdb" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " />
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.dll" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\monodoc.pdb" />
<_MSBuildFiles Include="$(MSBuildSrcDir)\MULTIDEX_JAR_LICENSE" />
Expand Down
2 changes: 1 addition & 1 deletion external/Java.Interop

0 comments on commit d6793e3

Please sign in to comment.