From 84387fa5f788603ff6eb85f5a0c6c954bd90d362 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Hoyos Ayala Date: Thu, 1 Nov 2018 13:59:59 -0700 Subject: Add base arcade scripts and versioning files --- eng/common/CIBuild.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 eng/common/CIBuild.cmd (limited to 'eng/common/CIBuild.cmd') 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% -- cgit v1.2.3