mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-23 13:49:49 +00:00
99e1ec336f
* initial kiota migration * remove old folder * move sample * update build scripts
8 lines
207 B
Batchfile
8 lines
207 B
Batchfile
:; set -eo pipefail
|
|
:; SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
|
|
:; ${SCRIPT_DIR}/build.sh "$@"
|
|
:; exit $?
|
|
|
|
@ECHO OFF
|
|
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*
|