-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathappveyor.yml
More file actions
15 lines (11 loc) · 567 Bytes
/
Copy pathappveyor.yml
File metadata and controls
15 lines (11 loc) · 567 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: Visual Studio 2019
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
#- ps: Vsix-TokenReplacement source.extension.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"'
build_script:
- nuget restore -Verbosity quiet
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
after_test:
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery