1 Star 0 Fork 1

寒月笑天 / IdentityServer4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dominick Baier 提交于 2019-11-16 18:12 . update bash
#!/usr/bin/env bash
set -euo pipefail
rm -rf nuget
mkdir nuget
dotnet tool restore
pushd ./src/Storage
./build.sh "$@"
popd
pushd ./src/IdentityServer4
./build.sh "$@"
popd
pushd ./src/EntityFramework.Storage
./build.sh "$@"
popd
pushd ./src/EntityFramework
./build.sh "$@"
popd
pushd ./src/AspNetIdentity
./build.sh "$@"
popd
1
https://gitee.com/inlazy/IdentityServer4.git
git@gitee.com:inlazy/IdentityServer4.git
inlazy
IdentityServer4
IdentityServer4
main

搜索帮助