Skip to content

Commit debb6ce

Browse files
author
slavara
committed
Update appveyor.yml
1 parent a3d714f commit debb6ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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%
1816
version: $(PLUGIN_VERSION).{build}
1917
skip_tags: true
2018
init:
@@ -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
3533
after_build:
3634
- mkdir %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins
3735
- mv %PLUGIN_DLL% %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins\%PLUGIN_NAME%.dll

0 commit comments

Comments
 (0)