We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6742afb commit 18d6d4dCopy full SHA for 18d6d4d
appveyor.yml
@@ -29,3 +29,8 @@ build_script:
29
- cd NppJSONViewer
30
- msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
31
32
+artifacts:
33
+ - path: NppJSONViewer\x64\Release\NPPJSONViewer.dll
34
+ name: x64
35
+ - path: NppJSONViewer\Release\NPPJSONViewer.dll
36
+ name: Win32
0 commit comments