File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ configuration:
15
15
- Debug
16
16
17
17
install :
18
- - if "%platform%"=="x64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
19
- - if "%platform%"=="Win32" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
20
-
18
+ - if "%platform%"=="x64" set platform_input=x64
19
+ - if "%platform%"=="Win32" set platform_input=Win32
20
+
21
21
build :
22
22
parallel : true # enable MSBuild parallel builds
23
23
verbosity : minimal
24
24
25
25
build_script :
26
26
- cd "%APPVEYOR_BUILD_FOLDER%"
27
27
- cd NppJSONViewer
28
- - msbuild NppJSONViewer .sln /m /p:configuration="%configuration%" /p:platform="%platform% "
28
+ - msbuild NppJSONViewre .sln /m /p:configuration="%configuration%" /p:platform="%platform_input%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll "
29
29
30
30
artifacts :
31
31
- path : NppJSONViewer\x64\Release\NPPJSONViewer.dll
You can’t perform that action at this time.
0 commit comments