System.Data.SQLite

Artifact [adbe36e4a7]
Login

Artifact adbe36e4a7598ca40b31408ad8c30273f563ba3c:


#!/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