1 Star 2 Fork 0

麦壳饼 / Gitea.VisualStudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2019-02-25 21:49 . nuget restore GiteaVS.sln
version: 1.0.{build}
image: Visual Studio 2017
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- git submodule sync --recursive
- git submodule update --init --recursive
- nuget restore GiteaVS.sln
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
- ps: Vsix-TokenReplacement src\common\SolutionInfo.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"'
build_script:
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
after_test:
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery
1
https://gitee.com/maikebing/Gitea.VisualStudio.git
git@gitee.com:maikebing/Gitea.VisualStudio.git
maikebing
Gitea.VisualStudio
Gitea.VisualStudio
master

搜索帮助