1 Star 0 Fork 0

WFsoft/IdentityServer4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.ps1 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Ralph 提交于 2019-10-14 14:03 +08:00 . trim and align top-level build scripts (#3730)
$ErrorActionPreference = "Stop";
New-Item -ItemType Directory -Force -Path ./nuget
dotnet tool restore
pushd ./src/Storage
./build.ps1 $args
popd
pushd ./src/IdentityServer4
./build.ps1 $args
popd
pushd ./src/EntityFramework.Storage
./build.ps1 $args
popd
pushd ./src/EntityFramework
./build.ps1 $args
popd
pushd ./src/AspNetIdentity
./build.ps1 $args
popd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wf2020/IdentityServer4.git
git@gitee.com:wf2020/IdentityServer4.git
wf2020
IdentityServer4
IdentityServer4
master

搜索帮助