Skip to content

Commit 18d6d4d

Browse files
authored
Update appveyor.yml
1 parent 6742afb commit 18d6d4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ build_script:
2929
- cd NppJSONViewer
3030
- msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
3131

32+
artifacts:
33+
- path: NppJSONViewer\x64\Release\NPPJSONViewer.dll
34+
name: x64
35+
- path: NppJSONViewer\Release\NPPJSONViewer.dll
36+
name: Win32

0 commit comments

Comments
 (0)