From da847e726ead51dfc269afa749b849f6bff79d8e Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 21 Dec 2017 07:53:25 +0100 Subject: [PATCH] Push VSIX to artifacts on build server. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 64a4a9cea..ac9a4d993 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file + name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet