Skip to content

Commit

Permalink
Fix xml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 2, 2023
1 parent d44b23a commit 4f0378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msbuild/Xamarin.Shared/Xamarin.Shared.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ Copyright (C) 2018 Microsoft. All rights reserved.
@(_CompiledApiDefinitionsCompile);"
Outputs="$(_CompiledApiDefinitionAssembly)"
DependsOnTargets="_ComputeCompileApiDefinitionsInputs"
Condition="'$(IsBindingProject)' == 'true' And '$(DesignTimeBuild)' != 'true'">
Condition="'$(IsBindingProject)' == 'true' And '$(DesignTimeBuild)' != 'true'"
>

<!-- This is a mirror of the method GetCompiledApiBindingsAssembly in BindingTouch.cs where the compilation is done inside bgen -->
Expand Down

0 comments on commit 4f0378b

Please sign in to comment.