We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b46ad1 commit 0fe178aCopy full SHA for 0fe178a
1 file changed
appveyor.yml
@@ -44,6 +44,7 @@ after_build:
44
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip %APPVEYOR_BUILD_FOLDER%\Visualizer\bin\Debug\net472\*.dll*
45
- cd %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug
46
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r *.dll
47
+ - 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r ExpressionTreeVisualizer\*.dll
48
49
artifacts:
50
- path: ExpressionTreeVisualizer.2019.zip
0 commit comments