Browse Source

Push VSIX to artifacts on build server.

pull/1039/head
Siegfried Pammer 8 years ago
parent
commit
bb23d0d7ba
  1. 4
      appveyor.yml

4
appveyor.yml

@ -34,5 +34,7 @@ for: @@ -34,5 +34,7 @@ for:
artifacts:
- path: ILSpy_binaries.zip
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries
- path: '**\*.vsix'
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% VS AddIn
- path: '**\*.nupkg'
name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet
name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet

Loading…
Cancel
Save