Browse Source

SkipGrpcNativeLibsCopying can now be False, false or FALSE

Ville M. Vainio 5 years ago
parent
commit
5111d873f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/csharp/Grpc.Core/build/net45/Grpc.Core.targets

+ 1 - 1
src/csharp/Grpc.Core/build/net45/Grpc.Core.targets

@@ -10,7 +10,7 @@
     native libraries are used at all times. Mismatching native and managed library
     native libraries are used at all times. Mismatching native and managed library
     versions are not supported.
     versions are not supported.
   -->
   -->
-  <ItemGroup Condition="'$(SkipGrpcNativeLibsCopying)' == ''">
+  <ItemGroup Condition="'$(SkipGrpcNativeLibsCopying)' != 'true'">
     <Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win\native\grpc_csharp_ext.x86.dll">
     <Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win\native\grpc_csharp_ext.x86.dll">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
       <Link>grpc_csharp_ext.x86.dll</Link>
       <Link>grpc_csharp_ext.x86.dll</Link>