Skip to content

Commit

Permalink
Fix Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Jun 21, 2018
1 parent 0c62174 commit 0b9b38c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
version: 1.5.{build}
skip_tags: true

image: Visual Studio 2017

configuration:
- Release

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
nuget restore -Verbosity quiet
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'

build:
verbosity: minimal

after_build:
- ps: >-
Get-ChildItem ./*.vsix -Recurse | Rename-Item -NewName {$_.basename + '_' + $env:APPVEYOR_BUILD_VERSION + $_.extension }
Expand Down

0 comments on commit 0b9b38c

Please sign in to comment.