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 0106f2a commit b126901Copy full SHA for b126901
appveyor.yml
@@ -12,8 +12,8 @@ platform:
12
- Win32
13
14
configuration:
15
- - Unicode Release
16
- - Unicode Debug
+ - Release
+ - Debug
17
18
install:
19
- if "%platform%"=="x64" set archi=amd64
@@ -27,5 +27,5 @@ build:
27
build_script:
28
- cd "%APPVEYOR_BUILD_FOLDER%"
29
- cd NppJSONViewer
30
- - msbuild NppJSONViewer.sln /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
+ - msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
31
0 commit comments