mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 13:06:53 -07:00
Cloud Runner Develop - 1.0 R.C 1 (#437)
Release Candidate changeset 1 - For 1.0 Cloud Runner
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
hook: after-build
|
||||
commands: |
|
||||
echo "after-build hook test!"
|
||||
@@ -0,0 +1,3 @@
|
||||
hook: before-build
|
||||
commands: |
|
||||
echo "before-build hook test!!"
|
||||
@@ -0,0 +1,3 @@
|
||||
hook: after
|
||||
commands: |
|
||||
echo "after-build step test!"
|
||||
@@ -0,0 +1,3 @@
|
||||
hook: before
|
||||
commands: |
|
||||
echo "before-build step test!"
|
||||
Reference in New Issue
Block a user