Skip to content

Commit b126901

Browse files
committed
corrected appveyor.yml config
1 parent 0106f2a commit b126901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ platform:
1212
- Win32
1313

1414
configuration:
15-
- Unicode Release
16-
- Unicode Debug
15+
- Release
16+
- Debug
1717

1818
install:
1919
- if "%platform%"=="x64" set archi=amd64
@@ -27,5 +27,5 @@ build:
2727
build_script:
2828
- cd "%APPVEYOR_BUILD_FOLDER%"
2929
- cd NppJSONViewer
30-
- msbuild NppJSONViewer.sln /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
30+
- msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
3131

0 commit comments

Comments
 (0)