1 Star 2 Fork 1

zxh126/sipsorcery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor-ubuntu.yml 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: 4.0.{build}
branches:
except:
- gh-pages
- mac-ci
- win-ci
- wsl-ci
skip_tags: true
image: ubuntu
environment:
APPVEYOR_SSH_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgZaR7bVAJCsBs/yDlzNbHTvhicc1C7SeyEuVwN+Q0l
init:
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
build_script:
- uname -a
- dotnet --version
test_script:
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework netcoreapp3.1
- dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --framework net5
#on_finish:
# - sh: export APPVEYOR_SSH_BLOCK=true
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxh126/sipsorcery.git
[email protected]:zxh126/sipsorcery.git
zxh126
sipsorcery
sipsorcery
master

搜索帮助