We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2851471 commit 7ebb222Copy full SHA for 7ebb222
csharp/pack.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
DIR="$(dirname "${BASH_SOURCE[0]}")"
3
-cd $DIR
+cd "${DIR}" || exit
4
(cd .. && ./gradlew build)
5
(cd sbe-dll && dotnet pack -c release -o ../nuget)
csharp/runtests.sh
(cd ../; ./gradlew runExampleUsingGeneratedStub -Dsbe.encoding.filename=csharp/sbe-tests/ExampleUsingGeneratedStub.sbe)
(cd sbe-tests && dotnet test)
0 commit comments