Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jun 12, 2020
1 parent 0b46ad1 commit adc2503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adc2503

Please sign in to comment.