Add base arcade scripts and versioning files
authorJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
Thu, 1 Nov 2018 20:59:59 +0000 (13:59 -0700)
committerJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
Thu, 1 Nov 2018 23:14:03 +0000 (16:14 -0700)
commit84387fa5f788603ff6eb85f5a0c6c954bd90d362
treea877e42b21915fb859131f9933e58c537c0c97b1
parentdf0cd2cd2c026af3aff78206bed6b45429dc9e19
Add base arcade scripts and versioning files
61 files changed:
eng/Version.Details.xml [new file with mode: 0644]
eng/Versions.props [new file with mode: 0644]
eng/common/CIBuild.cmd [new file with mode: 0644]
eng/common/PublishBuildAssets.cmd [new file with mode: 0644]
eng/common/build.ps1 [new file with mode: 0644]
eng/common/build.sh [new file with mode: 0644]
eng/common/cibuild.sh [new file with mode: 0644]
eng/common/cross/android/arm/toolchain.cmake [new file with mode: 0644]
eng/common/cross/android/arm64/toolchain.cmake [new file with mode: 0644]
eng/common/cross/arm/sources.list.bionic [new file with mode: 0644]
eng/common/cross/arm/sources.list.jessie [new file with mode: 0644]
eng/common/cross/arm/sources.list.trusty [new file with mode: 0644]
eng/common/cross/arm/sources.list.vivid [new file with mode: 0644]
eng/common/cross/arm/sources.list.wily [new file with mode: 0644]
eng/common/cross/arm/sources.list.xenial [new file with mode: 0644]
eng/common/cross/arm/sources.list.zesty [new file with mode: 0644]
eng/common/cross/arm/trusty-lttng-2.4.patch [new file with mode: 0644]
eng/common/cross/arm/trusty.patch [new file with mode: 0644]
eng/common/cross/arm64/sources.list.bionic [new file with mode: 0644]
eng/common/cross/arm64/sources.list.trusty [new file with mode: 0644]
eng/common/cross/arm64/sources.list.vivid [new file with mode: 0644]
eng/common/cross/arm64/sources.list.wily [new file with mode: 0644]
eng/common/cross/arm64/sources.list.xenial [new file with mode: 0644]
eng/common/cross/arm64/sources.list.zesty [new file with mode: 0644]
eng/common/cross/armel/sources.list.jessie [new file with mode: 0644]
eng/common/cross/armel/tizen-build-rootfs.sh [new file with mode: 0644]
eng/common/cross/armel/tizen-fetch.sh [new file with mode: 0644]
eng/common/cross/armel/tizen/tizen-dotnet.ks [new file with mode: 0644]
eng/common/cross/armel/tizen/tizen.patch [new file with mode: 0644]
eng/common/cross/build-android-rootfs.sh [new file with mode: 0644]
eng/common/cross/build-rootfs.sh [new file with mode: 0644]
eng/common/cross/toolchain.cmake [new file with mode: 0644]
eng/common/cross/x86/sources.list.bionic [new file with mode: 0644]
eng/common/cross/x86/sources.list.trusty [new file with mode: 0644]
eng/common/cross/x86/sources.list.vivid [new file with mode: 0644]
eng/common/cross/x86/sources.list.wily [new file with mode: 0644]
eng/common/cross/x86/sources.list.xenial [new file with mode: 0644]
eng/common/darc-init.ps1 [new file with mode: 0644]
eng/common/darc-init.sh [new file with mode: 0644]
eng/common/helixpublish.proj [new file with mode: 0644]
eng/common/init-tools-native.cmd [new file with mode: 0644]
eng/common/init-tools-native.ps1 [new file with mode: 0644]
eng/common/init-tools-native.sh [new file with mode: 0644]
eng/common/msbuild.ps1 [new file with mode: 0644]
eng/common/msbuild.sh [new file with mode: 0644]
eng/common/native/CommonLibrary.psm1 [new file with mode: 0644]
eng/common/native/common-library.sh [new file with mode: 0644]
eng/common/native/install-cmake.sh [new file with mode: 0644]
eng/common/native/install-tool.ps1 [new file with mode: 0644]
eng/common/templates/phases/base.yml [new file with mode: 0644]
eng/common/templates/phases/publish-build-assets.yml [new file with mode: 0644]
eng/common/templates/steps/build-reason.yml [new file with mode: 0644]
eng/common/templates/steps/helix-publish.yml [new file with mode: 0644]
eng/common/templates/steps/run-on-unix.yml [new file with mode: 0644]
eng/common/templates/steps/run-on-windows.yml [new file with mode: 0644]
eng/common/templates/steps/run-script-ifequalelse.yml [new file with mode: 0644]
eng/common/templates/steps/telemetry-end.yml [new file with mode: 0644]
eng/common/templates/steps/telemetry-start.yml [new file with mode: 0644]
eng/common/tools.ps1 [new file with mode: 0644]
eng/common/tools.sh [new file with mode: 0644]
global.json