1 Star 0 Fork 0

超哥/AvalonStudio.DebuggerLibs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
danwalmsley 提交于 2017-05-04 22:37 +08:00 . build on .net core 2
version: 0.2.0.{build}
os: Visual Studio 2017
install:
- if not exist dotnet-dev-win-x64.latest.zip appveyor DownloadFile https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-dev-win-x64.latest.zip -FileName "dotnet-dev-win-x64.latest.zip"
- cmd: 7z x dotnet-dev-win-x64.latest.zip -oc:\dotnet
before_build:
- cmd: git submodule update --init --recursive
- cmd: path c:\dotnet
build_script:
- cmd: dotnet --info
- ps: .\build.ps1 -Platform "AnyCPU" -Configuration "Release"
test: off
artifacts:
- path: artifacts/zip/*.zip
- path: artifacts/nuget/*.nupkg
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yhc2020/AvalonStudio.DebuggerLibs.git
git@gitee.com:yhc2020/AvalonStudio.DebuggerLibs.git
yhc2020
AvalonStudio.DebuggerLibs
AvalonStudio.DebuggerLibs
avalon-studio

搜索帮助