Skip to content

Commit 0ee07cd

Browse files
committed
Attempt at fixing #113
1 parent f7726bb commit 0ee07cd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ matrix:
3939
fast_finish: true
4040

4141
after_build:
42-
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2017.zip %APPVEYOR_BUILD_FOLDER%\Visualizer\bin\Debug\net472\*.dll*
43-
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2017.zip %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug\net2.0\*.dll"
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 ExpressionTreeVisualizer.dll
47-
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r ExpressionTreeVisualizer\
48-
42+
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug\net2.0\*.dll"
43+
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2017.zip -r %APPVEYOR_BUILD_FOLDER%\Visualizer\bin\Debug\net472\*.dll*
44+
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Debuggee\bin\Debug\*.dll*
45+
- 7z a %APPVEYOR_BUILD_FOLDER%\ExpressionTreeVisualizer.2019.zip -r %APPVEYOR_BUILD_FOLDER%\Visualizer\bin\Debug\net472\*.dll*
46+
4947
artifacts:
5048
- path: ExpressionTreeVisualizer.2019.zip
5149
type: File

0 commit comments

Comments
 (0)