1 Star 0 Fork 0

jxsylar/carnac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
version: 2.2.{build}
configuration: Release
skip_branch_with_pr: true
skip_tags: false
assembly_info:
patch: false
environment:
Version: $(APPVEYOR_BUILD_VERSION)
GithubRepo: $(APPVEYOR_REPO_NAME)
GithubAuthToken:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1 -Configuration Release -Experimental -ScriptArgs '--authtoken="%GithubAuthToken%"'
test:
assemblies:
- '**\Carnac.Tests.dll'
artifacts:
- path: deploy\Chocolatey\*.nupkg
name: ChocoPackage
- path: deploy\GitHub\*.zip
name: ZipPackage
- path: deploy\Squirrel\Releases\*
name: SquirrelPackage
- path: deploy\Checksums\*.txt
name: Checksums
deploy:
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: ZipPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: SquirrelPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: Checksums
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: NuGet
server: https://chocolatey.org/
api_key:
secure: sMCceYyOHQxaJMpcWBGmbGkbB6aYToUWm3rqfLv1ZZaeToqM2PAz1or18hnJbon0
skip_symbols: true
artifact: ChocoPackage
on:
branch: master
APPVEYOR_REPO_TAG: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jxsylar/carnac.git
git@gitee.com:jxsylar/carnac.git
jxsylar
carnac
carnac
master

搜索帮助