martin-g commented on a change in pull request #1536:
URL: https://github.com/apache/avro/pull/1536#discussion_r807300328



##########
File path: lang/csharp/build.sh
##########
@@ -38,6 +38,10 @@ do
       # AVRO-2442: Explicitly set LANG to work around ICU bug in `dotnet test`
       LANG=en_US.UTF-8 dotnet test  --configuration Release --no-build \
           --filter "TestCategory!=Interop" Avro.sln
+
+       dotnet build --configuration Release src/apache/codec/Avro.Codec.sln
+       ANG=en_US.UTF-8 dotnet test --configuration Release --no-build \

Review comment:
       s/ANG/LANG/




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to