Skip to content

Commit b54df49

Browse files
author
slavara
committed
Update appveyor.yml
1 parent e951bd8 commit b54df49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build_script:
2929
- mkdir %FD_SETTINGS%
3030
- cp -r %FD_PATH%\%FD_EXECUTABLE_DIR%\Settings %FD_SETTINGS%\Settings
3131
- cp -r %FD_PATH%\%FD_EXECUTABLE_DIR%\Snippets %FD_SETTINGS%\Snippets
32-
- nunit3-console.exe %FD_PATH%\%FD_EXECUTABLE_DIR%\%PLUGIN_NAME%.Tests.dll
32+
- nunit3-console.exe %FD_PATH%\%FD_EXECUTABLE_DIR%\%PLUGIN_NAME%.Tests.dll --result=myresults.xml;format=AppVeyor
3333
after_build:
3434
- mkdir %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins
3535
- mv %PLUGIN_DLL% %APPVEYOR_BUILD_FOLDER%\$(BaseDir)\Plugins\%PLUGIN_NAME%.dll

0 commit comments

Comments
 (0)