correct appveyor.yml VS vcxproj after rename
add logger to see warnings/errors in the message tab Closes #3825
This commit is contained in:
parent
7476ada223
commit
28c9bb6d31
|
@ -26,7 +26,7 @@ build_script:
|
||||||
- if "%configuration%"=="Unicode Release" set scintilla_debug=
|
- if "%configuration%"=="Unicode Release" set scintilla_debug=
|
||||||
- nmake NOBOOST=1 %scintilla_debug% -f scintilla.mak
|
- nmake NOBOOST=1 %scintilla_debug% -f scintilla.mak
|
||||||
- cd c:\projects\notepad-plus-plus\PowerEditor\visual.net\
|
- cd c:\projects\notepad-plus-plus\PowerEditor\visual.net\
|
||||||
- msbuild notepadPlus.vs2015.vcxproj /p:configuration="%configuration%" /p:platform="%platform%"
|
- msbuild notepadPlus.vcxproj /p:configuration="%configuration%" /p:platform="%platform%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd c:\projects\notepad-plus-plus\
|
- cd c:\projects\notepad-plus-plus\
|
||||||
|
|
Loading…
Reference in New Issue