1 Star 0 Fork 0

OpenSharperSync/AElf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-myget-publish.yml 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
wudameinv 提交于 2020-03-27 03:57 . update yml
pool:
vmImage: ubuntu-latest
pr: none
trigger: none
schedules:
- cron: "28 04 * * *"
displayName: "daily build and publish myget"
branches:
include:
- dev
always: true
steps:
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
version: 3.1.102
- script: bash scripts/install_protobuf.sh
- script: bash scripts/download_binary.sh
- script: bash build.sh -target=Publish-MyGet
displayName: 'publish myget cron'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OpenSharperSync/AElf.git
git@gitee.com:OpenSharperSync/AElf.git
OpenSharperSync
AElf
AElf
dev

搜索帮助