summaryrefslogtreecommitdiff
path: root/eng/common/CIBuild.cmd
diff options
context:
space:
mode:
authorJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>2018-11-01 13:59:59 -0700
committerJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>2018-11-01 16:14:03 -0700
commit84387fa5f788603ff6eb85f5a0c6c954bd90d362 (patch)
treea877e42b21915fb859131f9933e58c537c0c97b1 /eng/common/CIBuild.cmd
parentdf0cd2cd2c026af3aff78206bed6b45429dc9e19 (diff)
downloadcoreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.tar.gz
coreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.tar.bz2
coreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.zip
Add base arcade scripts and versioning files
Diffstat (limited to 'eng/common/CIBuild.cmd')
-rw-r--r--eng/common/CIBuild.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/eng/common/CIBuild.cmd b/eng/common/CIBuild.cmd
new file mode 100644
index 0000000000..6544b0cd54
--- /dev/null
+++ b/eng/common/CIBuild.cmd
@@ -0,0 +1,3 @@
+@echo off
+powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*"
+exit /b %ErrorLevel%