forked from snys98/TypeScriptDefinitionGenerator
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
28 lines (24 loc) · 835 Bytes
/
Copy pathappveyor.yml
File metadata and controls
28 lines (24 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
image: Visual Studio 2017
version: 0-{branch}-{build}
platform: Any CPU
configuration: Debug
build_script:
- nuget restore -Verbosity quiet
#- msbuild /t:restore
- msbuild /p:configuration=%configuration% /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
# here we are going to override common configuration
for:
# override settings for `master` branch
-
branches:
only:
- master
#skip_non_tags: true
configuration: Release
#version: 2.0.1.{build}
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/denis-peshkov/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
- ps: Vsix-IncrementVsixVersion -initialVersion 2.2.0.0 -updateVsixCsVersion | Vsix-UpdateBuildVersion
after_test:
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery