1 Star 0 Fork 0

N00b/Sakuno.UserInterface

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
神樹桜乃 提交于 2019-04-23 20:13 +08:00 . Pre-release version 0.3-pre8
version: 0.3.0-pre8-{build}
branches:
only:
- master
image: Visual Studio 2019 Preview
configuration: Release
platform: Any CPU
init:
- cmd: git config --global core.autocrlf true
nuget:
disable_publish_on_pr: true
install:
- ps: |
Start-FileDownload 'https://download.visualstudio.microsoft.com/download/pr/31b5b67f-b787-4f73-a728-5ec61f10a4de/be6430bcd9a62f610cd9f12f8cc2c736/dotnet-sdk-3.0.100-preview3-010431-win-x64.exe'
Start-Process .\dotnet-sdk-3.0.100-preview3-010431-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
before_build:
- cmd: nuget restore
build:
project: Sakuno.UserInterface.sln
verbosity: minimal
test_script:
- ps: dotnet test tests\Sakuno.UserInterface.Tests\Sakuno.UserInterface.Tests.csproj --configuration Release --no-build /property:Platform=AnyCPU
after_test:
- ps: Move-Item artifacts\$env:configuration\*.nupkg $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.nupkg'
name: NuGet
deploy:
- provider: NuGet
api_key:
secure: T0e80U98+zD7uGDeVCUG3Y6WKYs850W8zvl6ETJq9QAnWfTSE1gRj7yLWMGfvJ6Z
skip_symbols: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/N00b339/Sakuno.UserInterface.git
git@gitee.com:N00b339/Sakuno.UserInterface.git
N00b339
Sakuno.UserInterface
Sakuno.UserInterface
master

搜索帮助