File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ environment:
1313 FD_PATH : C:\projects\FlashDevelop
1414 FD_EXECUTABLE_DIR : FlashDevelop\Bin\Debug
1515 FD_SETTINGS : C:\Users\appveyor\AppData\Local\FlashDevelop
16- # install:
17- # - set PATH=С:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin;%PATH%
1816version : $(PLUGIN_VERSION).{build}
1917skip_tags : true
2018init :
@@ -31,7 +29,7 @@ build_script:
3129- mkdir %FD_SETTINGS%
3230- cp -r %FD_PATH%\%FD_EXECUTABLE_DIR%\Settings %FD_SETTINGS%\Settings
3331- cp -r %FD_PATH%\%FD_EXECUTABLE_DIR%\Snippets %FD_SETTINGS%\Snippets
34- - nunit -console-x86 %FD_PATH%\%FD_EXECUTABLE_DIR%\%PLUGIN_NAME%.Tests.dll
32+ - nunit3 -console.exe %FD_PATH%\%FD_EXECUTABLE_DIR%\%PLUGIN_NAME%.Tests.dll
3533after_build :
3634- mkdir %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins
3735- mv %PLUGIN_DLL% %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins\%PLUGIN_NAME%.dll
You can’t perform that action at this time.
0 commit comments