diff --git a/appveyor.yml b/appveyor.yml index 9e37b97..0c1d12d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,6 +44,7 @@ after_build: - 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip %APPVEYOR_BUILD_FOLDER%\Visualizer\bin\Debug\net472\*.dll* - cd %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug - 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r *.dll + - 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r \ExpressionTreeVisualizer\*.dll artifacts: - path: ExpressionTreeVisualizer.2019.zip