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 f0696a7 commit f7726bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ after_build:
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2017.zip %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug\net2.0\*.dll"
- 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
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r ExpressionTreeVisualizer.dll
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r ExpressionTreeVisualizer\

artifacts:
- path: ExpressionTreeVisualizer.2019.zip
Expand Down

0 comments on commit f7726bb

Please sign in to comment.