Artifact adbe36e4a7598ca40b31408ad8c30273f563ba3c:
- Executable file Setup/build-netstandard20-release.sh — part of check-in [ea81f2d9f7] at 2018-04-07 17:25:46 on branch netStandard20 — Fix shell script naming typo. (user: mistachkin size: 264)
- Executable file Setup/build-netstandard20-tests-release.sh — part of check-in [def4e34cfb] at 2018-04-07 17:22:33 on branch netStandard20 — Add shell scripts to build .NET Core binaries on POSIX. (user: mistachkin size: 264)
#!/bin/bash scriptdir=`dirname "$BASH_SOURCE"` pushd "$scriptdir/.." dotnet build SQLite.NET.NetStandard20.MSBuild.sln /property:Configuration=Release /property:ConfigurationSuffix=NetStandard20 /property:InteropCodec=false /property:InteropLog=false "$@" popd