1 Star 1 Fork 0

hustlion-dev/omnisharp-roslyn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true
image: Visual Studio 2017
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
test: off # this turns of AppVeyor automatic searching for test-assemblies, not the actual testing
build_script:
- ps: .\build.ps1 -configuration Release -verbosity Verbose -target All -publish-all -archive
after_build:
- ps: Get-ChildItem ./artifacts/package/*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: YW4vAIFrVIdyKBNxyVGWGKHP2UejoZcTcD0cf7KYEgZefUWY2XFHjetDW4Q0cICx
artifact: /.*\.zip/
on:
appveyor_repo_tag: true
- provider: AzureBlob
storage_account_name: roslynomnisharp
storage_access_key:
secure: Je3/ykZyjxIqPv9GEVCYlgG9u5cJE6pmmoHWpy7I7XcQr2Qh+oaGYc9GKb0uGmyX2tA/NOm/wWZI9TWZFQST+mAscxyYdP9PrD9OADP3UZckW3hAf8OHvK9gZVMFO+bK
container: releases
folder: /$(GitVersion_SemVer)/
artifact: /.*\.zip/
unzip: false
set_content_type: false
on:
branch: master
notifications:
- provider: Slack
auth_token:
secure: OU7mWtP+JWLRV2Ofq3/QMQbudeN632xLgWb4zMJtOssi2v5HER4qe0GFoj/rnIYOBXd3d/5+glfKG3ijvCU3bA==
channel: '#integrations'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hustlion-dev/omnisharp-roslyn.git
git@gitee.com:hustlion-dev/omnisharp-roslyn.git
hustlion-dev
omnisharp-roslyn
omnisharp-roslyn
master

搜索帮助