-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
44 lines (31 loc) · 1.64 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version: 1.6.{build}
image: Visual Studio 2022
configuration: Release
platform: Any CPU
build:
verbosity: minimal
after_build:
- cmd: >-
7z a MyOpCodeTable.zip %APPVEYOR_BUILD_FOLDER%\MyOpCodeTable\bin\Release\*.*
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.CoreUtility.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Language.Intellisense.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Language.Intellisense.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Text.Data.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Text.Logic.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Text.UI.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Text.UI.Wpf.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Validation.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\Microsoft.VisualStudio.Language.dll
del %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\StreamJsonRpc.dll
7z a dnSpy_MyOpCodeTable.zip %APPVEYOR_BUILD_FOLDER%\MyOpCodesExtension\bin\Release\*.*
appveyor PushArtifact MyOpCodeTable.zip
appveyor PushArtifact dnSpy_MyOpCodeTable.zip
deploy:
- provider: GitHub
release: MyOpCodeTable-v$(APPVEYOR_BUILD_VERSION)
description: Release description
auth_token:
secure: sGvXHW8/VMYpZ9+X7/KMOGnYRnA+Opj0/wK20UjJZbFtDP22dxRsC7C+M44h702u
artifact: /.*\.zip/
on:
branch: master