Skip to content

Commit

Permalink
Update autobuild script to delete additional Unity DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Oct 18, 2019
1 parent 08feeb5 commit 7ee0749
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 @@ -101,7 +101,7 @@
- cmd: del %ASSEMBLY_FOLDER%\Assembly-CSharp.dll
- cmd: del %ASSEMBLY_FOLDER%\Assembly-CSharp-firstpass.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.UI.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.*.dll
- cmd: cd %ASSEMBLY_FOLDER% & dir
- cmd: echo done!

Expand Down Expand Up @@ -301,7 +301,7 @@
- cmd: del %ASSEMBLY_FOLDER%\Assembly-CSharp.dll
- cmd: del %ASSEMBLY_FOLDER%\Assembly-CSharp-firstpass.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.UI.dll
- cmd: del %ASSEMBLY_FOLDER%\UnityEngine.*.dll
- cmd: cd %ASSEMBLY_FOLDER% & dir
- cmd: echo done!

Expand Down

0 comments on commit 7ee0749

Please sign in to comment.