Browse Source

Push VSIX to artifacts on build server.

pull/1033/merge
Siegfried Pammer 8 years ago committed by GitHub
parent
commit
da847e726e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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