mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: containercache.sh
|
||||
## Desc: Prepulls Docker images used in build tasks and templates
|
||||
################################################################################
|
||||
|
||||
source $HELPER_SCRIPTS/apt.sh
|
||||
source $HELPER_SCRIPTS/document.sh
|
||||
|
||||
@@ -13,6 +13,7 @@ sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_1.6.0 -Requi
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.3.2 -RequiredVersion 2.3.2 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.6.0 -RequiredVersion 2.6.0 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.8.0 -RequiredVersion 2.8.0 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_3.1.0 -RequiredVersion 3.1.0 -Force'
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
@@ -40,6 +41,11 @@ if ! pwsh -Command '$actualPSModulePath = $env:PSModulePath ; $env:PSModulePath
|
||||
if (!(get-module -listavailable -name Az.accounts)) {
|
||||
Write-Host "Az Module was not installed"; $env:PSModulePath = $actualPSModulePath; exit 1
|
||||
}
|
||||
$env:PSModulePath = $actualPSModulePath
|
||||
$actualPSModulePath = $env:PSModulePath ; $env:PSModulePath = "/usr/share/az_3.1.0:" + $env:PSModulePath;
|
||||
if (!(get-module -listavailable -name Az.accounts)) {
|
||||
Write-Host "Az Module was not installed"; $env:PSModulePath = $actualPSModulePath; exit 1
|
||||
}
|
||||
$env:PSModulePath = $actualPSModulePath'; then
|
||||
exit 1
|
||||
fi
|
||||
@@ -51,3 +57,4 @@ DocumentInstalledItem "Az Module (1.6.0)"
|
||||
DocumentInstalledItem "Az Module (2.3.2)"
|
||||
DocumentInstalledItem "Az Module (2.6.0)"
|
||||
DocumentInstalledItem "Az Module (2.8.0)"
|
||||
DocumentInstalledItem "Az Module (3.1.0)"
|
||||
|
||||
@@ -27,7 +27,7 @@ for setup in $setups; do
|
||||
cd $original_directory;
|
||||
done;
|
||||
|
||||
DocumentInstalledItem "Python (available through the [setup-python](https://github.com/actions/setup-python/blob/master/README.md) action)"
|
||||
DocumentInstalledItem "Python (available through the [Use Python Version](https://go.microsoft.com/fwlink/?linkid=871498) task)"
|
||||
pythons=$(ls $AGENT_TOOLSDIRECTORY/Python)
|
||||
for python in $pythons; do
|
||||
DocumentInstalledItemIndent "Python $python"
|
||||
@@ -39,7 +39,7 @@ for pypy in $pypys; do
|
||||
DocumentInstalledItemIndent "PyPy $pypy"
|
||||
done;
|
||||
|
||||
DocumentInstalledItem "Ruby (available through the [setup-ruby](https://github.com/actions/setup-ruby/blob/master/README.md) action)"
|
||||
DocumentInstalledItem "Ruby (available through the [Use Ruby Version](https://go.microsoft.com/fwlink/?linkid=2005989) task)"
|
||||
rubys=$(ls $AGENT_TOOLSDIRECTORY/Ruby)
|
||||
for ruby in $rubys; do
|
||||
DocumentInstalledItemIndent "Ruby $ruby"
|
||||
|
||||
@@ -17,6 +17,7 @@ apt-add-repository ppa:ondrej/php -y
|
||||
apt-get update
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php5.6 \
|
||||
php5.6-amqp \
|
||||
php5.6-bcmath \
|
||||
php5.6-bz2 \
|
||||
php5.6-cgi \
|
||||
@@ -58,6 +59,7 @@ apt-get remove --purge -yq php5.6-dev
|
||||
# Install php7.0
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.0 \
|
||||
php7.0-amqp \
|
||||
php7.0-bcmath \
|
||||
php7.0-bz2 \
|
||||
php7.0-cgi \
|
||||
@@ -99,6 +101,7 @@ apt-get remove --purge -yq php7.0-dev
|
||||
# Install php7.1
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.1 \
|
||||
php7.1-amqp \
|
||||
php7.1-bcmath \
|
||||
php7.1-bz2 \
|
||||
php7.1-cgi \
|
||||
@@ -140,6 +143,8 @@ apt-get remove --purge -yq php7.1-dev
|
||||
# Install php7.2
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.2 \
|
||||
php7.2-apcu \
|
||||
php7.2-amqp \
|
||||
php7.2-bcmath \
|
||||
php7.2-bz2 \
|
||||
php7.2-cgi \
|
||||
@@ -179,6 +184,8 @@ apt-fast install -y --no-install-recommends \
|
||||
# Install php7.3
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.3 \
|
||||
php7.3-apcu \
|
||||
php7.3-amqp \
|
||||
php7.3-bcmath \
|
||||
php7.3-bz2 \
|
||||
php7.3-cgi \
|
||||
@@ -215,47 +222,7 @@ apt-fast install -y --no-install-recommends \
|
||||
php7.3-xsl \
|
||||
php7.3-zip
|
||||
|
||||
# Install php7.4
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.4 \
|
||||
php7.4-bcmath \
|
||||
php7.4-bz2 \
|
||||
php7.4-cgi \
|
||||
php7.4-cli \
|
||||
php7.4-common \
|
||||
php7.4-curl \
|
||||
php7.4-dba \
|
||||
php7.4-dev \
|
||||
php7.4-enchant \
|
||||
php7.4-fpm \
|
||||
php7.4-gd \
|
||||
php7.4-gmp \
|
||||
php7.4-imap \
|
||||
php7.4-interbase \
|
||||
php7.4-intl \
|
||||
php7.4-json \
|
||||
php7.4-ldap \
|
||||
php7.4-mbstring \
|
||||
php7.4-mysql \
|
||||
php7.4-odbc \
|
||||
php7.4-opcache \
|
||||
php7.4-pgsql \
|
||||
php7.4-phpdbg \
|
||||
php7.4-pspell \
|
||||
php7.4-readline \
|
||||
php7.4-snmp \
|
||||
php7.4-soap \
|
||||
php7.4-sqlite3 \
|
||||
php7.4-sybase \
|
||||
php7.4-tidy \
|
||||
php7.4-xml \
|
||||
php7.4-xmlrpc \
|
||||
php7.4-xsl \
|
||||
php7.4-zip
|
||||
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php-amqp \
|
||||
php-apcu \
|
||||
php-igbinary \
|
||||
php-memcache \
|
||||
php-memcached \
|
||||
@@ -283,7 +250,7 @@ mv phpunit /usr/local/bin/phpunit
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
for cmd in php php5.6 php7.0 php7.1 php7.2 php7.3 php7.4 composer phpunit; do
|
||||
for cmd in php php5.6 php7.0 php7.1 php7.2 php7.3 composer phpunit; do
|
||||
if ! command -v $cmd; then
|
||||
echo "$cmd was not installed"
|
||||
exit 1
|
||||
@@ -297,6 +264,5 @@ DocumentInstalledItem "PHP 7.0 ($(php7.0 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.1 ($(php7.1 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.2 ($(php7.2 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.3 ($(php7.3 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.4 ($(php7.4 --version | head -n 1))"
|
||||
DocumentInstalledItem "Composer ($(composer --version))"
|
||||
DocumentInstalledItem "PHPUnit ($(phpunit --version))"
|
||||
|
||||
@@ -13,6 +13,7 @@ sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_1.6.0 -Requi
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.3.2 -RequiredVersion 2.3.2 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.6.0 -RequiredVersion 2.6.0 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_2.8.0 -RequiredVersion 2.8.0 -Force'
|
||||
sudo pwsh -Command 'Save-Module -Name Az -LiteralPath /usr/share/az_3.1.0 -RequiredVersion 3.1.0 -Force'
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
@@ -40,6 +41,11 @@ if ! pwsh -Command '$actualPSModulePath = $env:PSModulePath ; $env:PSModulePath
|
||||
if (!(get-module -listavailable -name Az.accounts)) {
|
||||
Write-Host "Az Module was not installed"; $env:PSModulePath = $actualPSModulePath; exit 1
|
||||
}
|
||||
$env:PSModulePath = $actualPSModulePath
|
||||
$actualPSModulePath = $env:PSModulePath ; $env:PSModulePath = "/usr/share/az_3.1.0:" + $env:PSModulePath;
|
||||
if (!(get-module -listavailable -name Az.accounts)) {
|
||||
Write-Host "Az Module was not installed"; $env:PSModulePath = $actualPSModulePath; exit 1
|
||||
}
|
||||
$env:PSModulePath = $actualPSModulePath'; then
|
||||
exit 1
|
||||
fi
|
||||
@@ -51,3 +57,4 @@ DocumentInstalledItem "Az Module (1.6.0)"
|
||||
DocumentInstalledItem "Az Module (2.3.2)"
|
||||
DocumentInstalledItem "Az Module (2.6.0)"
|
||||
DocumentInstalledItem "Az Module (2.8.0)"
|
||||
DocumentInstalledItem "Az Module (3.1.0)"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: dotnetcore-sdk.sh
|
||||
## Team: CI-Platform
|
||||
## Desc: Installs .NET Core SDK
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ for setup in $setups; do
|
||||
cd $original_directory;
|
||||
done;
|
||||
|
||||
DocumentInstalledItem "Python (available through the [setup-python](https://github.com/actions/setup-python/blob/master/README.md) action)"
|
||||
DocumentInstalledItem "Python (available through the [Use Python Version](https://go.microsoft.com/fwlink/?linkid=871498) task)"
|
||||
pythons=$(ls $AGENT_TOOLSDIRECTORY/Python)
|
||||
for python in $pythons; do
|
||||
DocumentInstalledItemIndent "Python $python"
|
||||
@@ -39,7 +39,7 @@ for pypy in $pypys; do
|
||||
DocumentInstalledItemIndent "PyPy $pypy"
|
||||
done;
|
||||
|
||||
DocumentInstalledItem "Ruby (available through the [setup-ruby](https://github.com/actions/setup-ruby/blob/master/README.md) action)"
|
||||
DocumentInstalledItem "Ruby (available through the [Use Ruby Version](https://go.microsoft.com/fwlink/?linkid=2005989) task)"
|
||||
rubys=$(ls $AGENT_TOOLSDIRECTORY/Ruby)
|
||||
for ruby in $rubys; do
|
||||
DocumentInstalledItemIndent "Ruby $ruby"
|
||||
|
||||
@@ -16,6 +16,7 @@ apt-add-repository ppa:ondrej/php -y
|
||||
# Install php7.1
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.1 \
|
||||
php7.1-amqp \
|
||||
php7.1-bcmath \
|
||||
php7.1-bz2 \
|
||||
php7.1-cgi \
|
||||
@@ -57,6 +58,8 @@ apt-get remove --purge -yq php7.1-dev
|
||||
# Install php7.2
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.2 \
|
||||
php7.2-apcu \
|
||||
php7.2-amqp \
|
||||
php7.2-bcmath \
|
||||
php7.2-bz2 \
|
||||
php7.2-cgi \
|
||||
@@ -96,6 +99,8 @@ apt-fast install -y --no-install-recommends \
|
||||
# Install php7.3
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.3 \
|
||||
php7.3-apcu \
|
||||
php7.3-amqp \
|
||||
php7.3-bcmath \
|
||||
php7.3-bz2 \
|
||||
php7.3-cgi \
|
||||
@@ -132,47 +137,7 @@ apt-fast install -y --no-install-recommends \
|
||||
php7.3-xsl \
|
||||
php7.3-zip
|
||||
|
||||
# Install php7.4
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php7.4 \
|
||||
php7.4-bcmath \
|
||||
php7.4-bz2 \
|
||||
php7.4-cgi \
|
||||
php7.4-cli \
|
||||
php7.4-common \
|
||||
php7.4-curl \
|
||||
php7.4-dba \
|
||||
php7.4-dev \
|
||||
php7.4-enchant \
|
||||
php7.4-fpm \
|
||||
php7.4-gd \
|
||||
php7.4-gmp \
|
||||
php7.4-imap \
|
||||
php7.4-interbase \
|
||||
php7.4-intl \
|
||||
php7.4-json \
|
||||
php7.4-ldap \
|
||||
php7.4-mbstring \
|
||||
php7.4-mysql \
|
||||
php7.4-odbc \
|
||||
php7.4-opcache \
|
||||
php7.4-pgsql \
|
||||
php7.4-phpdbg \
|
||||
php7.4-pspell \
|
||||
php7.4-readline \
|
||||
php7.4-snmp \
|
||||
php7.4-soap \
|
||||
php7.4-sqlite3 \
|
||||
php7.4-sybase \
|
||||
php7.4-tidy \
|
||||
php7.4-xml \
|
||||
php7.4-xmlrpc \
|
||||
php7.4-xsl \
|
||||
php7.4-zip
|
||||
|
||||
apt-fast install -y --no-install-recommends \
|
||||
php-amqp \
|
||||
php-apcu \
|
||||
php-igbinary \
|
||||
php-memcache \
|
||||
php-memcached \
|
||||
@@ -200,7 +165,7 @@ mv phpunit /usr/local/bin/phpunit
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
for cmd in php php7.1 php7.2 php7.3 php7.4 composer phpunit; do
|
||||
for cmd in php php7.1 php7.2 php7.3 composer phpunit; do
|
||||
if ! command -v $cmd; then
|
||||
echo "$cmd was not installed"
|
||||
exit 1
|
||||
@@ -212,6 +177,5 @@ echo "Lastly, documenting what we added to the metadata file"
|
||||
DocumentInstalledItem "PHP 7.1 ($(php7.1 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.2 ($(php7.2 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.3 ($(php7.3 --version | head -n 1))"
|
||||
DocumentInstalledItem "PHP 7.4 ($(php7.4 --version | head -n 1))"
|
||||
DocumentInstalledItem "Composer ($(composer --version))"
|
||||
DocumentInstalledItem "PHPUnit ($(phpunit --version))"
|
||||
|
||||
29
images/linux/scripts/installers/dotnetcore.sh
Normal file
29
images/linux/scripts/installers/dotnetcore.sh
Normal file
@@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: dotnetcore.sh
|
||||
## Desc: Installs .NET Core onto the image for running the provisioner
|
||||
################################################################################
|
||||
|
||||
source $HELPER_SCRIPTS/apt.sh
|
||||
source $HELPER_SCRIPTS/document.sh
|
||||
|
||||
DOTNET_PACKAGE=dotnet-dev-1.0.4
|
||||
|
||||
echo "Determing if .NET Core ($DOTNET_PACKAGE) is installed"
|
||||
if ! IsInstalled $DOTNET_PACKAGE; then
|
||||
echo "Could not find .NET Core ($DOTNET_PACKAGE), installing..."
|
||||
echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
|
||||
apt-get update
|
||||
apt-get install $DOTNET_PACKAGE -y
|
||||
else
|
||||
echo ".NET Core ($DOTNET_PACKAGE) is already installed"
|
||||
fi
|
||||
|
||||
echo "Testing .NET Core ($DOTNET_PACKAGE)"
|
||||
echo "Pulling down initial dependencies"
|
||||
dotnet help
|
||||
|
||||
echo "Documenting .NET Core ($DOTNET_PACKAGE)"
|
||||
DOTNET_VERSION=`dotnet --version`
|
||||
DocumentInstalledItem ".NET Core $DOTNET_VERSION"
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: java-tools.sh
|
||||
## Team: CI-Platform
|
||||
## Desc: Installs Java and related tooling (Ant, Gradle, Maven)
|
||||
################################################################################
|
||||
|
||||
@@ -34,11 +33,11 @@ apt-fast install -y --no-install-recommends ant ant-optional
|
||||
echo "ANT_HOME=/usr/share/ant" | tee -a /etc/environment
|
||||
|
||||
# Install Maven
|
||||
curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip
|
||||
curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.zip -o maven.zip
|
||||
unzip -d /usr/share maven.zip
|
||||
rm maven.zip
|
||||
ln -s /usr/share/apache-maven-3.6.3/bin/mvn /usr/bin/mvn
|
||||
echo "M2_HOME=/usr/share/apache-maven-3.6.3" | tee -a /etc/environment
|
||||
ln -s /usr/share/apache-maven-3.6.2/bin/mvn /usr/bin/mvn
|
||||
echo "M2_HOME=/usr/share/apache-maven-3.6.2" | tee -a /etc/environment
|
||||
|
||||
# Install Gradle
|
||||
# This script downloads the latest HTML list of releases at https://gradle.org/releases/.
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: nodejs.sh
|
||||
## Team: CI-Platform
|
||||
## Desc: Installs Node.js LTS and related tooling (Gulp, Bower, Grunt)
|
||||
## Desc: Installs Node.js LTS and related tooling (Gulp, Grunt)
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
@@ -11,7 +10,7 @@ source $HELPER_SCRIPTS/document.sh
|
||||
# Install LTS Node.js and related build tools
|
||||
curl -sL https://git.io/n-install | bash -s -- -ny -
|
||||
~/n/bin/n lts
|
||||
npm install -g bower grunt gulp n parcel-bundler typescript
|
||||
npm install -g grunt gulp n parcel-bundler typescript
|
||||
npm install -g --save-dev webpack webpack-cli
|
||||
npm install -g npm
|
||||
rm -rf ~/n
|
||||
@@ -26,7 +25,7 @@ apt-get install -y --no-install-recommends yarn
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
for cmd in node bower grunt gulp webpack parcel yarn; do
|
||||
for cmd in node grunt gulp webpack parcel yarn; do
|
||||
if ! command -v $cmd; then
|
||||
echo "$cmd was not installed"
|
||||
exit 1
|
||||
@@ -36,7 +35,6 @@ done
|
||||
# Document what was added to the image
|
||||
echo "Lastly, documenting what we added to the metadata file"
|
||||
DocumentInstalledItem "Node.js ($(node --version))"
|
||||
DocumentInstalledItem "Bower ($(bower --version))"
|
||||
DocumentInstalledItem "Grunt ($(grunt --version))"
|
||||
DocumentInstalledItem "Gulp ($(gulp --version))"
|
||||
DocumentInstalledItem "n ($(n --version))"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: scala.sh
|
||||
## Team: CI-Platform
|
||||
## Desc: Installs sbt
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,397 +0,0 @@
|
||||
# Azure Pipelines hosted macOS image
|
||||
|
||||
The following software is installed on machines in the Azure Pipelines **macOS-10.13** VM image ('Hosted macOS High Sierra' pool).
|
||||
|
||||
#### Xcode 10.1 set by default
|
||||
|
||||
## Operating System
|
||||
|
||||
- OS X 10.13.6 (17G9016) **High Sierra**
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
|
||||
- Java 1.7: OpenJDK Runtime Environment (Zulu 7.34.0.5-CA-macosx) (build 1.7.0_242-b7)
|
||||
- Java 1.8: OpenJDK Runtime Environment (Zulu 8.42.0.23-CA-macosx) (build 1.8.0_232-b18) (default)
|
||||
- Java 11: OpenJDK Runtime Environment Zulu11.35+15-CA (build 11.0.5+10-LTS)
|
||||
- Java 12: OpenJDK Runtime Environment Zulu12.3+11-CA (build 12.0.2+3)
|
||||
- Java 13: OpenJDK Runtime Environment Zulu13.28+11-CA (build 13.0.1+10-MTS)
|
||||
- Node.js 6.17.0
|
||||
- NVM 0.33.11
|
||||
- NVM - Installed node versions:
|
||||
v6.17.1
|
||||
v8.16.2
|
||||
v10.17.0
|
||||
v12.13.1
|
||||
v13.2.0
|
||||
- PowerShell 6.2.3
|
||||
- Python 2.7.17
|
||||
- Python 3.7.5
|
||||
- Ruby 2.6.5p114
|
||||
- .NET Core SDK 1.0.1, 1.0.4, 1.1.4, 1.1.5, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.1.12, 1.1.13, 2.0.0, 2.0.3, 2.1.100, 2.1.101, 2.1.102, 2.1.103, 2.1.104, 2.1.105, 2.1.503, 2.1.504, 2.1.505, 2.1.2, 2.1.200, 2.1.201, 2.1.300, 2.1.301, 2.1.4, 2.1.400, 2.1.401 2.1.402 2.1.502, 2.1.504, 2.2.101, 2.2.102, 2.2.103, 2.2.104, 2.2.105
|
||||
- Go 1.13.4
|
||||
|
||||
### Package Management
|
||||
|
||||
- Bundler 2.0.2
|
||||
- Carthage 0.34.0
|
||||
- CocoaPods 1.8.4
|
||||
- Homebrew 2.2.0
|
||||
- NPM 3.10.10
|
||||
- Yarn 1.19.2
|
||||
- NuGet 4.7.0.5148
|
||||
- pip 19.3.1(python 2.7)
|
||||
- pip 19.3.1(python 3.7)
|
||||
- Miniconda 4.7.12
|
||||
|
||||
### Project Management
|
||||
|
||||
- Apache Maven 3.6.3
|
||||
- Gradle 6.0.1
|
||||
|
||||
### Utilities
|
||||
|
||||
- curl 7.67.0 (x86_64-apple-darwin17.7.0) libcurl/7.67.0 SecureTransport zlib/1.2.11
|
||||
- Git 2.24.0
|
||||
- Git LFS 2.8.0
|
||||
- GNU Wget 1.20.3
|
||||
- Subversion (SVN) 1.12.2
|
||||
- GNU parallel 20191122
|
||||
|
||||
### Tools
|
||||
|
||||
- fastlane 2.137.0
|
||||
- App Center CLI 1.2.2
|
||||
- Azure-CLI 2.0.77
|
||||
|
||||
### Pre-cached tools
|
||||
- Python (available through the [Use Python Version](https://go.microsoft.com/fwlink/?linkid=871498) task)
|
||||
- 2.7.16
|
||||
- 3.5.7
|
||||
- 3.6.9
|
||||
- 3.7.5
|
||||
- 3.8.0
|
||||
- pypy2
|
||||
- pypy3
|
||||
- Ruby (available through the [Use Ruby Version](https://go.microsoft.com/fwlink/?linkid=2005989) task)
|
||||
- 2.4.6
|
||||
- 2.5.5
|
||||
- 2.6.3
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path |
|
||||
|------------------------|---------|-------------------------------|
|
||||
| 10.1 | 10B61 | /Applications/Xcode_10.1.app |
|
||||
| 10.0 | 10A255 | /Applications/Xcode_10.app |
|
||||
| 9.4.1 | 9F2000 | /Applications/Xcode_9.4.1.app |
|
||||
| 9.4 | 9F1027a | /Applications/Xcode_9.4.app |
|
||||
| 9.3.1 | 9E501 | /Applications/Xcode_9.3.1.app |
|
||||
| 9.3 | 9E145 | /Applications/Xcode_9.3.app |
|
||||
| 9.2 | 9C40b | /Applications/Xcode_9.2.app |
|
||||
| 9.1 | 9B55 | /Applications/Xcode_9.1.app |
|
||||
| 9.0.1 | 9A1004 | /Applications/Xcode_9.0.1.app |
|
||||
| 9.0 | 9A235 | /Applications/Xcode_9.app |
|
||||
| 8.3.3 | 8E3004b | /Applications/Xcode_8.3.3.app |
|
||||
|
||||
### Xcode Support Tools
|
||||
|
||||
- Nomad CLI 3.0.6
|
||||
- Nomad CLI IPA 0.14.3
|
||||
- xcpretty 0.3.0
|
||||
- xctool 0.3.5
|
||||
- xcversion 2.6.2
|
||||
|
||||
### Installed SDKs
|
||||
| SDK | SDK name | Xcode Version |
|
||||
|---------------------------|-------------|---------------|
|
||||
| macOS 10.12 | macosx10.12 | 8.3.3 |
|
||||
| macOS 10.13 | macosx10.13 | 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1 |
|
||||
| macOS 10.14 | macosx10.14 | 10, 10.1 |
|
||||
| iOS 10.3 | iphoneos10.3 | 8.3.3 |
|
||||
| iOS 11.0 | iphoneos11.0 | 9.0, 9.0.1 |
|
||||
| iOS 11.1 | iphoneos11.1 | 9.1 |
|
||||
| iOS 11.2 | iphoneos11.2 | 9.2 |
|
||||
| iOS 11.3 | iphoneos11.3 | 9.3, 9.3.1 |
|
||||
| iOS 11.4 | iphoneos11.4 | 9.4, 9.4.1 |
|
||||
| iOS 12.0 | iphoneos12.0 | 10 |
|
||||
| iOS 12.1 | iphoneos12.1 | 10.1 |
|
||||
| iOS Simulator 10.3 | iphonesimulator10.3 | 8.3.3 |
|
||||
| iOS Simulator 11.0 | iphonesimulator11.0 | 9.0, 9.0.1 |
|
||||
| iOS Simulator 11.1 | iphonesimulator11.1 | 9.1 |
|
||||
| iOS Simulator 11.2 | iphonesimulator11.2 | 9.2 |
|
||||
| iOS Simulator 11.3 | iphonesimulator11.3 | 9.3, 9.3.1 |
|
||||
| iOS Simulator 11.4 | iphonesimulator11.4 | 9.4, 9.4.1 |
|
||||
| iOS Simulator 12.0 | iphonesimulator12.0 | 10 |
|
||||
| iOS Simulator 12.1 | iphonesimulator12.1 | 10.1 |
|
||||
| tvOS 10.2 | appletvos10.2 | 8.3.3 |
|
||||
| tvOS 11.0 | appletvos11.0 | 9.0, 9.0.1 |
|
||||
| tvOS 11.1 | appletvos11.1 | 9.1 |
|
||||
| tvOS 11.2 | appletvos11.2 | 9.2 |
|
||||
| tvOS 11.3 | appletvos11.3 | 9.3, 9.3.1 |
|
||||
| tvOS 11.4 | appletvos11.4 | 9.4, 9.4.1 |
|
||||
| tvOS 12.0 | appletvos12.0 | 10 |
|
||||
| tvOS 12.1 | appletvos12.1 | 10.1 |
|
||||
| tvOS Simulator 10.2 | appletvsimulator10.2 | 8.3.3 |
|
||||
| tvOS Simulator 11.0 | appletvsimulator11.0 | 9.0, 9.0.1 |
|
||||
| tvOS Simulator 11.1 | appletvsimulator11.1 | 9.1 |
|
||||
| tvOS Simulator 11.2 | appletvsimulator11.2 | 9.2 |
|
||||
| tvOS Simulator 11.3 | appletvsimulator11.3 | 9.3, 9.3.1 |
|
||||
| tvOS Simulator 11.4 | appletvsimulator11.4 | 9.4, 9.4.1 |
|
||||
| tvOS Simulator 12.0 | appletvsimulator12.0 | 10 |
|
||||
| tvOS Simulator 12.1 | appletvsimulator12.1 | 10.1 |
|
||||
| watchOS 3.2 | watchos3.2 | 8.3.3 |
|
||||
| watchOS 4.0 | watchos4.0 | 9.0, 9.0.1 |
|
||||
| watchOS 4.1 | watchos4.1 | 9.1 |
|
||||
| watchOS 4.2 | watchos4.2 | 9.2 |
|
||||
| watchOS 4.3 | watchos4.3 | 9.3, 9.3.1, 9.4, 9.4.1 |
|
||||
| watchOS 5.0 | watchos5.0 | 10.0 |
|
||||
| watchOS 5.1 | watchos5.1 | 10.1 |
|
||||
| watchOS Simulator 3.2 | watchsimulator3.2 | 8.3.3 |
|
||||
| watchOS Simulator 4.0 | watchsimulator4.0 | 9.0, 9.0.1 |
|
||||
| watchOS Simulator 4.1 | watchsimulator4.1 | 9.1 |
|
||||
| watchOS Simulator 4.2 | watchsimulator4.2 | 9.2 |
|
||||
| watchOS Simulator 4.3 | watchsimulator4.3 | 9.3, 9.3.1, 9.4, 9.4.1 |
|
||||
| watchOS Simulator 5.0 | watchsimulator5.0 | 10.0 |
|
||||
| watchOS Simulator 5.1 | watchsimulator5.1 | 10.1 |
|
||||
|
||||
### Installed Simulators
|
||||
|
||||
#### Runtimes
|
||||
|
||||
| OS | Xcode Version | Simulators |
|
||||
|---------|---------------------------------|------------|
|
||||
| iOS 8.4 (12H141) | 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPad 2<br>iPad Retina<br>iPad Air |
|
||||
| iOS 9.0 (13A344) | 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPad 2<br>iPad Retina<br>iPad Air<br>iPad Air 2 |
|
||||
| iOS 9.1 (13B143)<br>iOS 9.2 (13C75)<br>iOS 9.3 (13E233) | 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPad 2<br>iPad Retina<br>iPad Air<br>iPad Air 2<br>iPad Pro |
|
||||
| iOS 10.0 (14A345) | 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1 | iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone SE<br>iPad Air<br>iPad Air 2<br>iPad Pro (9.7 inch)<br>iPad Pro (12.9 inch) |
|
||||
| iOS 10.1 (14B72)<br>iOS 10.2 (14C89) | 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1 | iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPad Air<br>iPad Air 2<br>iPad Pro (9.7 inch)<br>iPad Pro (12.9 inch) |
|
||||
| iOS 10.3 (14E8301) | 8.3.3 | iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPad Air<br>iPad Air 2<br>iPad Pro (9.7 inch)<br>iPad Pro (12.9 inch)<br>iPad (5th generation)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad Pro (10.5-inch) |
|
||||
| iOS 11.0 (15A372) | 9.0 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 11.0 (15A8401) | 9.0.1 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 11.1 (15B87) | 9.1 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 11.2 (15C107) | 9.2 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 11.3 (15E217) | 9.3, 9.3.1 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 11.4 (15F79) | 9.4, 9.4.1 | iPhone 5s <br> iPhone 6 <br> iPhone 6 Plus <br> iPhone 6s <br> iPhone 6s Plus <br> iPhone 7 <br> iPhone 7 Plus <br> iPhone 8 <br> iPhone 8 Plus <br> iPhone SE <br> iPhone X <br> iPad Air <br> iPad Air 2 <br> iPad (5th generation) <br> iPad Pro (9.7-inch) <br> iPad Pro (12.9-inch) <br> iPad Pro (12.9-inch) (2nd generation) <br> iPad Pro (10.5-inch) |
|
||||
| iOS 12.0 (16A366) | 10.0 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPhone XR<br>iPhone XS<br>iPhone XS Max<br>iPad Air<br>iPad Air 2<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (10.5-inch)<br>iPad Pro (11-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad (6th generation) |
|
||||
| iOS 12.1 (16B91) | 10.1 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPhone X<br>iPhone XS<br>iPhone XS Max<br>iPhone XR<br>iPad Air<br>iPad Air 2<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad Pro (10.5-inch)<br>iPad (6th generation)<br>iPad Pro (11-inch)<br>iPad Pro (12.9-inch) (3rd generation) |
|
||||
| tvOS 10.2 (14W260) | 8.3.3 | Apple TV 1080p |
|
||||
| tvOS 11.0 (15J380) | 9.0, 9.0.1 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 11.1 (15J580) | 9.1 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 11.2 (15K104) | 9.2 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 11.3 (15L211) | 9.3, 9.3.1 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 11.4 (15L576) | 9.4, 9.4.1 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 12.0 (16J364) | 10.0 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| tvOS 12.1 (16J602) | 10.1 | Apple TV <br> Apple TV 4K <br> Apple TV 4K (at 1080p) |
|
||||
| watchOS 3.2 (14V243) | 8.3.3 | Apple Watch - 38mm <br> Apple Watch - 42mm <br> Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm |
|
||||
| watchOS 4.0 (15R372) | 9.0, 9.0.1 | Apple Watch - 38mm <br> Apple Watch - 42mm <br> Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm |
|
||||
| watchOS 4.1 (15R844) | 9.1 | Apple Watch - 38mm <br> Apple Watch - 42mm <br> Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm |
|
||||
| watchOS 4.2 (15S100) | 9.2 | Apple Watch - 38mm <br> Apple Watch - 42mm <br> Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm |
|
||||
| watchOS 4.3 (15T212) | 9.3, 9.3.1, 9.4, 9.4.1 | Apple Watch - 38mm <br> Apple Watch - 42mm <br> Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm |
|
||||
| watchOS 5.0 (16R363) | 10.0 | Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm <br> Apple Watch Series 4 - 40mm <br> Apple Watch Series 4 - 44mm |
|
||||
| watchOS 5.1 (16R591) | 10.1 | Apple Watch Series 2 - 38mm <br> Apple Watch Series 2 - 42mm <br> Apple Watch Series 3 - 38mm <br> Apple Watch Series 3 - 42mm <br> Apple Watch Series 4 - 40mm <br> Apple Watch Series 4 - 44mm |
|
||||
|
||||
#### How to install additional simulators?
|
||||
Image contains only default simulators for each Xcode version. To install a specific simulator for all Xcode version, use xcversion tool:
|
||||
```
|
||||
xcversion simulators --install='iOS 8.4'
|
||||
```
|
||||
**!** - The installation of some simulators may cause compatibility issues.
|
||||
|
||||
### Device Pairs
|
||||
|
||||
| Watch | Phone |
|
||||
|-----------------------------|----------------|
|
||||
| Apple Watch - 38mm | iPhone 6s |
|
||||
| Apple Watch - 42mm | iPhone 6s Plus |
|
||||
| Apple Watch Series 2 - 38mm | iPhone 7 |
|
||||
| Apple Watch Series 2 - 42mm | iPhone 7 Plus |
|
||||
| Apple Watch Series 3 - 38mm | iPhone 8 |
|
||||
| Apple Watch Series 3 - 42mm | iPhone 8 Plus |
|
||||
| Apple Watch Series 4 - 40mm | iPhone XS |
|
||||
| Apple Watch Series 4 - 44mm | iPhone XS Max |
|
||||
|
||||
## Android
|
||||
|
||||
### Android SDK Tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| tools | Android SDK Tools, revision 26.1.1 |
|
||||
|
||||
### Android SDK Platform-tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| platform-tools | Android SDK Platform-tools, revision 29.0.5 |
|
||||
|
||||
### Android SDK Platforms
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| android-15 | Android SDK Platform 15, Revision 5 |
|
||||
| android-16 | Android SDK Platform 16, Revision 5 |
|
||||
| android-17 | Android SDK Platform 17, Revision 3 |
|
||||
| android-18 | Android SDK Platform 18, Revision 3 |
|
||||
| android-19 | Android SDK Platform 19, Revision 4 |
|
||||
| android-20 | Android SDK Platform 20, Revision 2 |
|
||||
| android-21 | Android SDK Platform 21, Revision 2 |
|
||||
| android-22 | Android SDK Platform 22, Revision 2 |
|
||||
| android-23 | Android SDK Platform 23, Revision 3 |
|
||||
| android-24 | Android SDK Platform 24, Revision 2 |
|
||||
| android-25 | Android SDK Platform 25, Revision 3 |
|
||||
| android-26 | Android SDK Platform 26, Revision 2 |
|
||||
| android-27 | Android SDK Platform 27, Revision 3 |
|
||||
| android-28 | Android SDK Platform 28, Revision 6 |
|
||||
| android-29 | Android SDK Platform 29, Revision 3 |
|
||||
|
||||
### Android SDK Build-tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| build-tools-19.1.0 | Android SDK Build-tools, Revision 19.1.0 |
|
||||
| build-tools-20.0.0 | Android SDK Build-tools, Revision 20.0.0 |
|
||||
| build-tools-21.1.2 | Android SDK Build-tools, Revision 21.1.2 |
|
||||
| build-tools-22.0.1 | Android SDK Build-tools, Revision 22.0.1 |
|
||||
| build-tools-23.0.1 | Android SDK Build-tools, Revision 23.0.1 |
|
||||
| build-tools-23.0.2 | Android SDK Build-tools, Revision 23.0.2 |
|
||||
| build-tools-23.0.3 | Android SDK Build-tools, Revision 23.0.3 |
|
||||
| build-tools-24.0.0 | Android SDK Build-tools, Revision 24.0.0 |
|
||||
| build-tools-24.0.1 | Android SDK Build-tools, Revision 24.0.1 |
|
||||
| build-tools-24.0.2 | Android SDK Build-tools, Revision 24.0.2 |
|
||||
| build-tools-24.0.3 | Android SDK Build-tools, Revision 24.0.3 |
|
||||
| build-tools-25.0.0 | Android SDK Build-tools, Revision 25.0.0 |
|
||||
| build-tools-25.0.1 | Android SDK Build-tools, Revision 25.0.1 |
|
||||
| build-tools-25.0.2 | Android SDK Build-tools, Revision 25.0.2 |
|
||||
| build-tools-25.0.3 | Android SDK Build-tools, Revision 25.0.3 |
|
||||
| build-tools-26.0.0 | Android SDK Build-tools, Revision 26.0.0 |
|
||||
| build-tools-26.0.1 | Android SDK Build-tools, Revision 26.0.1 |
|
||||
| build-tools-26.0.2 | Android SDK Build-tools, Revision 26.0.2 |
|
||||
| build-tools-26.0.3 | Android SDK Build-tools, Revision 26.0.3 |
|
||||
| build-tools-27.0.0 | Android SDK Build-tools, Revision 27.0.0 |
|
||||
| build-tools-27.0.1 | Android SDK Build-tools, Revision 27.0.1 |
|
||||
| build-tools-27.0.2 | Android SDK Build-tools, Revision 27.0.2 |
|
||||
| build-tools-27.0.3 | Android SDK Build-tools, Revision 27.0.3 |
|
||||
| build-tools-28.0.0 | Android SDK Build-tools, Revision 28.0.0 |
|
||||
| build-tools-28.0.1 | Android SDK Build-tools, Revision 28.0.1 |
|
||||
| build-tools-28.0.2 | Android SDK Build-tools, Revision 28.0.2 |
|
||||
| build-tools-28.0.3 | Android SDK Build-tools, Revision 28.0.3 |
|
||||
| build-tools-29.0.0 | Android SDK Build-tools, Revision 29.0.0 |
|
||||
| build-tools-29.0.1 | Android SDK Build-tools, Revision 29.0.1 |
|
||||
| build-tools-29.0.2 | Android SDK Build-tools, Revision 29.0.2 |
|
||||
|
||||
### Utils
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| cmake | 3.6.4111459 |
|
||||
| lldb | 3.1.4508709 |
|
||||
| ndk-bundle | 18.1.5063045 |
|
||||
| ProGuard | 5.3.3 |
|
||||
| Android Emulator | 29.2.1 |
|
||||
|
||||
### Google APIs
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| google_apis-google-21 | Google APIs, Android API 21, revision 1 |
|
||||
| google_apis-google-22 | Google APIs, Android API 22, revision 1 |
|
||||
| google_apis-google-23 | Google APIs, Android API 23, revision 1 |
|
||||
| google_apis-google-24 | Google APIs, Android API 24, revision 1 |
|
||||
|
||||
### Extra packages
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------------------|------------------------------------------|
|
||||
| extra-android-m2repository | Android Support Repository, revision 47 |
|
||||
| extra-google-google_play_services | Google Play services, revision 49 |
|
||||
| extra-google-m2repository | Google Repository, revision 58 |
|
||||
| Hardware_Accelerated_Execution_Manager | Intel x86 Emulator Accelerator 7.5.1 |
|
||||
|
||||
## Xamarin
|
||||
|
||||
### Visual Studio for Mac
|
||||
|
||||
- 8.3.10.2
|
||||
|
||||
### Mono
|
||||
|
||||
- 6.4.0
|
||||
- 6.0.0
|
||||
- 5.18.1
|
||||
- 5.16.1
|
||||
- 5.12.0
|
||||
- 5.10.1
|
||||
- 5.8.1
|
||||
- 5.8.0
|
||||
- 5.4.1.7
|
||||
- 5.4.0.201
|
||||
- 5.2.0.224
|
||||
- 5.0.1.1
|
||||
- 4.8.1.0
|
||||
|
||||
### Xamarin.iOS SDK
|
||||
|
||||
- 13.6.0.12
|
||||
- 13.4.0.2
|
||||
- 13.2.0.47
|
||||
- 12.14.0.114
|
||||
- 12.8.0.2
|
||||
- 12.6.0.25
|
||||
- 12.2.1.16
|
||||
- 12.2.1.11
|
||||
- 12.0.0.15
|
||||
- 11.14.0.13
|
||||
- 11.12.0.4
|
||||
- 11.9.1.24
|
||||
- 11.8.0.20
|
||||
- 11.6.1.4
|
||||
- 11.2.0.11
|
||||
- 11.0.0.0
|
||||
- 10.10.0.36
|
||||
- 10.6.0.10
|
||||
|
||||
|
||||
### Xamarin.Android SDK
|
||||
|
||||
- 10.0.6.2
|
||||
- 10.0.3.0
|
||||
- 9.4.1.0
|
||||
- 9.3.0-23
|
||||
- 9.2.3-0
|
||||
- 9.1.8-0
|
||||
- 9.0.0-20
|
||||
- 9.0.0-18
|
||||
- 8.3.3-2
|
||||
- 8.2.0-16
|
||||
- 8.2.0-15
|
||||
- 8.1.5-0
|
||||
- 8.0.0-33
|
||||
- 7.4.5-1
|
||||
- 7.3.1-2
|
||||
- 7.1.0-43
|
||||
|
||||
### Xamarin.Mac SDK
|
||||
|
||||
- 6.6.0.12
|
||||
- 6.4.0.2
|
||||
- 6.2.0.47
|
||||
- 5.16.1.24
|
||||
- 5.8.0.0
|
||||
- 5.6.0.25
|
||||
- 5.3.1.28
|
||||
- 5.2.1.16
|
||||
- 5.2.1.9
|
||||
- 4.6.0.13
|
||||
- 4.4.1.193
|
||||
- 4.2.1.28
|
||||
- 4.2.0.20
|
||||
- 4.0.0.216
|
||||
- 3.8.0.49
|
||||
- 3.6.3.3
|
||||
- 3.4.0.36
|
||||
- 3.0.0.398
|
||||
|
||||
### Unit Test Framework
|
||||
|
||||
- NUnit: 3.6.1
|
||||
@@ -1,395 +0,0 @@
|
||||
# Azure Pipelines hosted macOS image
|
||||
|
||||
The following software is installed on machines in the Azure Pipelines **macOS-10.14** VM image ('Hosted macOS' pool).
|
||||
|
||||
#### Xcode 11.1 set by default
|
||||
|
||||
## Operating System
|
||||
|
||||
- OS X 10.14.6 (18G1012) **Mojave**
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
|
||||
- Java 1.7: OpenJDK Runtime Environment (Zulu 7.34.0.5-CA-macosx) (build 1.7.0_242-b7)
|
||||
- Java 1.8: OpenJDK Runtime Environment (Zulu 8.42.0.23-CA-macosx) (build 1.8.0_232-b18) (default)
|
||||
- Java 11: OpenJDK Runtime Environment Zulu11.35+15-CA (build 11.0.5+10-LTS)
|
||||
- Java 12: OpenJDK Runtime Environment Zulu12.3+11-CA (build 12.0.2+3)
|
||||
- Java 13: OpenJDK Runtime Environment Zulu13.28+11-CA (build 13.0.1+10-MTS)
|
||||
- Node.js 6.17.0
|
||||
- NVM 0.33.11
|
||||
- NVM - Installed node versions:
|
||||
v6.17.1
|
||||
v8.16.2
|
||||
v10.17.0
|
||||
v12.13.1
|
||||
v13.2.0
|
||||
- PowerShell 6.2.3
|
||||
- Python 2.7.17
|
||||
- Python 3.7.5
|
||||
- Ruby 2.6.5p114
|
||||
- .NET Core SDK 1.0.1 1.0.4 1.1.10 1.1.11 1.1.12 1.1.13 1.1.4 1.1.5 1.1.7 1.1.8 1.1.9 2.0.0 2.0.3 2.1.100 2.1.101 2.1.102 2.1.103 2.1.104 2.1.105 2.1.2 2.1.200 2.1.201 2.1.202 2.1.300 2.1.301 2.1.302 2.1.4 2.1.400 2.1.401 2.1.402 2.1.403 2.1.500 2.1.502 2.1.503 2.1.504 2.1.505 2.2.100 2.2.101 2.2.102 2.2.103 2.2.104 2.2.105
|
||||
- Go 1.13.4
|
||||
|
||||
|
||||
### Package Management
|
||||
|
||||
- Bundler 2.0.2
|
||||
- Carthage 0.34.0
|
||||
- CocoaPods 1.8.4
|
||||
- Homebrew 2.2.0
|
||||
- NPM 3.10.10
|
||||
- Yarn 1.19.2
|
||||
- NuGet 4.7.0.5148
|
||||
- pip 19.3.1(python 2.7)
|
||||
- pip 19.3.1(python 3.7)
|
||||
- Miniconda 4.7.12
|
||||
|
||||
### Project Management
|
||||
|
||||
- Apache Maven 3.6.3
|
||||
- Gradle 6.0.1
|
||||
|
||||
### Utilities
|
||||
|
||||
- curl 7.67.0 (x86_64-apple-darwin17.7.0) libcurl/7.67.0 SecureTransport zlib/1.2.11)
|
||||
- Git 2.24.0
|
||||
- Git LFS 2.8.0
|
||||
- GNU Wget 1.20.3 built on darwin18.7.0
|
||||
- Subversion (SVN) 1.13.0
|
||||
- GNU parallel 20191122
|
||||
|
||||
### Tools
|
||||
|
||||
- fastlane 2.137.0
|
||||
- App Center CLI 1.2.2
|
||||
- Azure-CLI 2.0.77
|
||||
|
||||
### Pre-cached tools
|
||||
|
||||
- Python (available through the [Use Python Version](https://go.microsoft.com/fwlink/?linkid=871498) task)
|
||||
- 2.7.16
|
||||
- 3.5.7
|
||||
- 3.6.9
|
||||
- 3.7.5
|
||||
- 3.8.0
|
||||
- pypy2
|
||||
- pypy3
|
||||
- Ruby (available through the [Use Ruby Version](https://go.microsoft.com/fwlink/?linkid=2005989) task)
|
||||
- 2.4.6
|
||||
- 2.5.5
|
||||
- 2.6.3
|
||||
|
||||
### Xcode
|
||||
|
||||
| Version | Build | Path |
|
||||
|------------------------|---------|----------------------------------|
|
||||
| 11.3_beta | 11C24b | /Applications/Xcode_11.3_beta.app|
|
||||
| 11.2.1 | 11B53 | /Applications/Xcode_11.2.1.app |
|
||||
| 11.2 | 11B52 | /Applications/Xcode_11.2.app |
|
||||
| 11.1 | 11A1027 | /Applications/Xcode_11.1.app |
|
||||
| 11.0 | 11A420a | /Applications/Xcode_11.app |
|
||||
| 10.3 | 10G8 | /Applications/Xcode_10.3.app |
|
||||
| 10.2.1 | 10E1001 | /Applications/Xcode_10.2.1.app |
|
||||
| 10.2 | 10E125 | /Applications/Xcode_10.2.app |
|
||||
| 10.1 | 10B61 | /Applications/Xcode_10.1.app |
|
||||
| 10.0 | 10A255 | /Applications/Xcode_10.app |
|
||||
| 9.4.1 | 9F2000 | /Applications/Xcode_9.4.1.app |
|
||||
|
||||
### Xcode Support Tools
|
||||
|
||||
- Nomad CLI 3.0.6
|
||||
- Nomad CLI IPA 0.14.3
|
||||
- xcpretty 0.3.0
|
||||
- xctool 0.3.6
|
||||
- xcversion 2.6.3
|
||||
|
||||
### Installed SDKs
|
||||
|
||||
| SDK | SDK name |Xcode Version |
|
||||
|---------------------------|-------------|--------------|
|
||||
| macOS 10.13 | macosx10.13 | 9.4.1 |
|
||||
| macOS 10.14 | macosx10.14 | 10.0, 10.1, 10.2, 10.2.1, 10.3, 11.3_beta |
|
||||
| macOS 10.15 | macosx10.15 | 11.0, 11.1, 11.2, 11.2.1, 11.3_beta |
|
||||
| iOS 11.4 | iphoneos11.4 | 9.4.1 |
|
||||
| iOS 12.0 | iphoneos12.0 | 10.0 |
|
||||
| iOS 12.1 | iphoneos12.1 | 10.1 |
|
||||
| iOS 12.2 | iphoneos12.2 | 10.2, 10.2.1|
|
||||
| iOS 12.4 | iphoneos12.4 | 10.3 |
|
||||
| iOS 13.0 | iphoneos13.0 | 11.0 |
|
||||
| iOS 13.1 | iphoneos13.1 | 11.1 |
|
||||
| iOS 13.2 | iphoneos13.2 | 11.2, 11.2.1, 11.3_beta |
|
||||
| iOS Simulator 11.4 | iphonesimulator11.4 | 9.4.1 |
|
||||
| iOS Simulator 12.0 | iphonesimulator12.0 | 10.0 |
|
||||
| iOS Simulator 12.1 | iphonesimulator12.1 | 10.1 |
|
||||
| iOS Simulator 12.2 | iphonesimulator12.2 | 10.2, 10.2.1 |
|
||||
| iOS Simulator 12.4 | iphonesimulator12.4 | 10.3 |
|
||||
| iOS Simulator 13.0 | iphonesimulator13.0 | 11.0 |
|
||||
| iOS Simulator 13.1 | iphonesimulator13.1 | 11.1 |
|
||||
| iOS Simulator 13.2 | iphonesimulator13.2 | 11.2, 11.2.1, 11.3_beta |
|
||||
| tvOS 11.4 | appletvos11.4 | 9.4.1 |
|
||||
| tvOS 12.0 | appletvos12.0 | 10.0 |
|
||||
| tvOS 12.1 | appletvos12.1 | 10.1 |
|
||||
| tvOS 12.2 | appletvos12.2 | 10.2, 10.2.1 |
|
||||
| tvOS 12.4 | appletvos12.4 | 10.3 |
|
||||
| tvOS 13.0 | appletvos13.0 | 11.0, 11.1 |
|
||||
| tvOS 13.2 | appletvos13.2 | 11.2, 11.2.1, 11.3_beta |
|
||||
| tvOS Simulator 11.4 | appletvsimulator11.4 | 9.4.1 |
|
||||
| tvOS Simulator 12.0 | appletvsimulator12.0 | 10.0 |
|
||||
| tvOS Simulator 12.1 | appletvsimulator12.1 | 10.1 |
|
||||
| tvOS Simulator 12.2 | appletvsimulator12.2 | 10.2, 10.2.1 |
|
||||
| tvOS Simulator 12.4 | appletvsimulator12.4 | 10.3 |
|
||||
| tvOS Simulator 13.0 | appletvsimulator13.0 | 11.0, 11.1 |
|
||||
| tvOS Simulator 13.2 | appletvsimulator13.2 | 11.2, 11.2.1, 11.3_beta |
|
||||
| watchOS 4.3 | watchos4.3 | 9.4.1 |
|
||||
| watchOS 5.0 | watchos5.0 | 10.0 |
|
||||
| watchOS 5.1 | watchos5.1 | 10.1 |
|
||||
| watchOS 5.2 | watchos5.2 | 10.2, 10.2.1 |
|
||||
| watchOS 5.3 | watchos5.3 | 10.3 |
|
||||
| watchOS 6.0 | watchos6.0 | 11.0, 11.1 |
|
||||
| watchOS 6.1 | watchos6.1 | 11.2, 11.2.1, 11.3_beta |
|
||||
| watchOS Simulator 4.3 | watchsimulator4.3 | 9.4.1 |
|
||||
| watchOS Simulator 5.0 | watchsimulator5.0 | 10.0 |
|
||||
| watchOS Simulator 5.1 | watchsimulator5.1 | 10.1 |
|
||||
| watchOS Simulator 5.2 | watchsimulator5.2 | 10.2, 10.2.1 |
|
||||
| watchOS Simulator 5.3 | watchsimulator5.3 | 10.3 |
|
||||
| watchOS Simulator 6.0 | watchsimulator6.0 | 11.0, 11.1 |
|
||||
| watchOS Simulator 6.1 | watchsimulator6.1 | 11.2, 11.2.1, 11.3_beta |
|
||||
| DriverKit 19.0 | driverkit.macosx19.0 | 11.0, 11.1, 11.2, 11.2.1, 11.3_beta |
|
||||
|
||||
|
||||
### Installed Simulators
|
||||
|
||||
#### Runtimes
|
||||
|
||||
| OS | Xcode Version | Simulators |
|
||||
|---------|---------------------------------|------------|
|
||||
| iOS 8.4 (12H141) | 9.4.1, 10.0, 10.1, 10.2, 10.2.1, 11, 11.1, 11.2 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPad 2<br>iPad Retina<br>iPad Air |
|
||||
| iOS 9.0 (13A344) | 9.4.1, 10.0, 10.1, 10.2, 10.2.1, 11, 11.1, 11.2 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPad 2<br>iPad Retina<br>iPad Air<br>iPad Air 2 |
|
||||
| iOS 9.1 (13B143)<br>iOS 9.2 (13C75)<br>iOS 9.3 (13E233) | 9.4.1, 10.0, 10.1, 10.2, 10.2.1, 11, 11.1, 11.2 | iPhone 4s<br>iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPad 2<br>iPad Retina<br>iPad Air<br>iPad Air 2<br>iPad Pro |
|
||||
| iOS 10.0 (14A345) | 9.4.1, 10.0, 10.1, 10.2, 10.2.1, 11, 11.1, 11.2 | iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone SE<br>iPad Air<br>iPad Air 2<br>iPad Pro (9.7 inch)<br>iPad Pro (12.9 inch) |
|
||||
| iOS 10.1 (14B72)<br>iOS 10.2 (14C89) | 9.4.1, 10.0, 10.1, 10.2, 10.2.1, 11, 11.1, 11.2 | iPhone 5<br>iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPad Air<br>iPad Air 2<br>iPad Pro (9.7 inch)<br>iPad Pro (12.9 inch) |
|
||||
| iOS 11.4 (15F79) | 9.4.1 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPad Air<br>iPad Air 2<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad Pro (10.5-inch) |
|
||||
| iOS 12.0 (16A5288q) | 10.0 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPhone XR<br>iPhone XS<br>iPhone XS Max<br>iPad Air<br>iPad Air 2<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (10.5-inch)<br>iPad Pro (11-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad (6th generation) |
|
||||
| iOS 12.1 (16B91) | 10.1 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPhone X<br>iPhone XS<br>iPhone XS Max<br>iPhone XR<br>iPad Air<br>iPad Air 2<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad Pro (10.5-inch)<br>iPad (6th generation)<br>iPad Pro (11-inch)<br>iPad Pro (12.9-inch) (3rd generation) |
|
||||
| iOS 12.2 (16E226)<br>iOS 12.4 (16G73) | 10.2, 10.2.1<br>10.3 | iPhone 5s<br>iPhone 6<br>iPhone 6 Plus<br>iPhone 6s<br>iPhone 6s Plus<br>iPhone 7<br>iPhone 7 Plus<br>iPhone SE<br>iPhone 8<br>iPhone 8 Plus<br>iPhone X<br>iPhone X<br>iPhone XS<br>iPhone XS Max<br>iPhone XR<br>iPad Air<br>iPad Air 2<br>iPad Air (3rd generation)<br>iPad mini 2<br>iPad mini 3<br>iPad mini 4<br>iPad mini (5th generation)<br>iPad (5th generation)<br>iPad Pro (9.7-inch)<br>iPad Pro (12.9-inch)<br>iPad Pro (12.9-inch) (2nd generation)<br>iPad Pro (10.5-inch)<br>iPad (6th generation)<br>iPad Pro (11-inch)<br>iPad Pro (12.9-inch) (3rd generation) |
|
||||
| iOS 13.0 (17A577a) | 11 | iPhone 8<br>iPhone 8 Plus<br>iPhone 11<br>iPhone 11 Pro<br>iPhone 11 Pro Max<br>iPad Pro (9.7-inch)<br>iPad Pro<br>iPad Pro (12.9-inch) (3rd generation)<br>iPad Air (3rd generation) |
|
||||
| iOS 13.1 (17A844) | 11.1 | iPhone 8<br>iPhone 8 Plus<br>iPhone 11<br>iPhone 11 Pro<br>iPhone 11 Pro Max<br>iPad Pro (9.7-inch)<br>iPad Pro<br>iPad Pro (12.9-inch) (3rd generation)<br>iPad Air (3rd generation) |
|
||||
| iOS 13.2 (17B102) | 11.2, 11.2.1 | iPhone 8<br>iPhone 8 Plus<br>iPhone 11<br>iPhone 11 Pro<br>iPhone 11 Pro Max<br>iPad Pro (9.7-inch)<br>iPad (7th generation)<br>iPad Pro<br>iPad Pro (12.9-inch) (3rd generation)<br>iPad Air (3rd generation) |
|
||||
| iOS 13.3 (17C5032d) | 11.2 11.2.1 11.3_beta | iPhone 8<br>iPhone 8 Plus<br>iPhone 11<br>iPhone 11 Pro<br>iPhone 11 Pro Max<br>iPad Pro (9.7-inch)<br>iPad (7th generation)<br>iPad Pro<br>iPad Pro (12.9-inch) (3rd generation)<br>iPad Air (3rd generation) |
|
||||
| tvOS 11.4 (15L576)<br>tvOS 12.0 (16J5283n)<br>tvOS 12.1 (16J602)<br>tvOS 12.2 (16L225)<br>tvOS 12.4 (16M567)<br>tvOS 13.0 (17J559)<br>tvOS 13.2 (17K90) | 9.4.1<br>10.0<br>10.1<br>10.2, 10.2.1<br>10.3<br>11.0, 11.1<br>11.2, 11.2.1, 11.3_beta | Apple TV<br>Apple TV 4K<br>Apple TV 4K (at 1080p) |
|
||||
| watchOS 4.3 (15T212) | 9.4.1 | Apple Watch 38mm<br>Apple Watch 42mm<br>Apple Watch Series 2 38mm<br>Apple Watch Series 2 42mm<br>Apple Watch Series 3 38mm<br>Apple Watch Series 3 42mm |
|
||||
| watchOS 5.0 (16R5283q)<br>watchOS 5.1 (16R591)<br>watchOS 5.2 (16T224)<br>watchOS 5.3 (16U567) | 10.0<br>10.1<br>10.2, 10.2.1<br>10.3 | Apple Watch Series 2 38mm<br>Apple Watch Series 2 42mm<br>Apple Watch Series 3 38mm<br>Apple Watch Series 3 42mm<br>Apple Watch Series 4 40mm<br>Apple Watch Series 4 44mm |
|
||||
| watchOS 6.0 (17R566)<br><br>watchOS 6.1 (17S80) | 11.0<br>11.1<br>11.2, 11.2.1, 11.3_beta | Apple Watch Series 4 40mm<br>Apple Watch Series 4 44mm<br>Apple Watch Series 5 40mm<br>Apple Watch Series 5 44mm |
|
||||
|
||||
|
||||
#### How to install additional simulators?
|
||||
Image contains only default simulators for each Xcode version. To install a specific simulator for all Xcode version, use xcversion tool:
|
||||
```
|
||||
xcversion simulators --install='iOS 8.4'
|
||||
```
|
||||
**!** - The installation of some simulators may cause compatibility issues.
|
||||
|
||||
### Device Pairs
|
||||
|
||||
| Watch | Phone |
|
||||
|-----------------------------|-------------------|
|
||||
| Apple Watch - 38mm | iPhone 6s |
|
||||
| Apple Watch - 42mm | iPhone 6s Plus |
|
||||
| Apple Watch Series 2 - 38mm | iPhone 7 |
|
||||
| Apple Watch Series 2 - 42mm | iPhone 7 Plus |
|
||||
| Apple Watch Series 3 - 38mm | iPhone 8 |
|
||||
| Apple Watch Series 3 - 42mm | iPhone 8 Plus |
|
||||
| Apple Watch Series 4 - 40mm | iPhone XS |
|
||||
| Apple Watch Series 4 - 44mm | iPhone XS Max |
|
||||
| Apple Watch Series 5 - 40mm | iPhone 11 Pro |
|
||||
| Apple Watch Series 5 - 44mm | iPhone 11 Pro Max |
|
||||
|
||||
## Android
|
||||
|
||||
### Android SDK Tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| tools | Android SDK Tools, revision 26.1.1 |
|
||||
|
||||
### Android SDK Platform-tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| platform-tools | Android SDK Platform-tools, revision 29.0.5 |
|
||||
|
||||
### Android SDK Platforms
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| android-15 | Android SDK Platform 15, Revision 5 |
|
||||
| android-16 | Android SDK Platform 16, Revision 5 |
|
||||
| android-17 | Android SDK Platform 17, Revision 3 |
|
||||
| android-18 | Android SDK Platform 18, Revision 3 |
|
||||
| android-19 | Android SDK Platform 19, Revision 4 |
|
||||
| android-20 | Android SDK Platform 20, Revision 2 |
|
||||
| android-21 | Android SDK Platform 21, Revision 2 |
|
||||
| android-22 | Android SDK Platform 22, Revision 2 |
|
||||
| android-23 | Android SDK Platform 23, Revision 3 |
|
||||
| android-24 | Android SDK Platform 24, Revision 2 |
|
||||
| android-25 | Android SDK Platform 25, Revision 3 |
|
||||
| android-26 | Android SDK Platform 26, Revision 2 |
|
||||
| android-27 | Android SDK Platform 27, Revision 3 |
|
||||
| android-28 | Android SDK Platform 28, Revision 6 |
|
||||
| android-29 | Android SDK Platform 29, Revision 3 |
|
||||
|
||||
### Android SDK Build-tools
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| build-tools-19.1.0 | Android SDK Build-tools, Revision 19.1.0 |
|
||||
| build-tools-20.0.0 | Android SDK Build-tools, Revision 20.0.0 |
|
||||
| build-tools-21.1.2 | Android SDK Build-tools, Revision 21.1.2 |
|
||||
| build-tools-22.0.1 | Android SDK Build-tools, Revision 22.0.1 |
|
||||
| build-tools-23.0.1 | Android SDK Build-tools, Revision 23.0.1 |
|
||||
| build-tools-23.0.2 | Android SDK Build-tools, Revision 23.0.2 |
|
||||
| build-tools-23.0.3 | Android SDK Build-tools, Revision 23.0.3 |
|
||||
| build-tools-24.0.0 | Android SDK Build-tools, Revision 24.0.0 |
|
||||
| build-tools-24.0.1 | Android SDK Build-tools, Revision 24.0.1 |
|
||||
| build-tools-24.0.2 | Android SDK Build-tools, Revision 24.0.2 |
|
||||
| build-tools-24.0.3 | Android SDK Build-tools, Revision 24.0.3 |
|
||||
| build-tools-25.0.0 | Android SDK Build-tools, Revision 25.0.0 |
|
||||
| build-tools-25.0.1 | Android SDK Build-tools, Revision 25.0.1 |
|
||||
| build-tools-25.0.2 | Android SDK Build-tools, Revision 25.0.2 |
|
||||
| build-tools-25.0.3 | Android SDK Build-tools, Revision 25.0.3 |
|
||||
| build-tools-26.0.0 | Android SDK Build-tools, Revision 26.0.0 |
|
||||
| build-tools-26.0.1 | Android SDK Build-tools, Revision 26.0.1 |
|
||||
| build-tools-26.0.2 | Android SDK Build-tools, Revision 26.0.2 |
|
||||
| build-tools-26.0.3 | Android SDK Build-tools, Revision 26.0.3 |
|
||||
| build-tools-27.0.0 | Android SDK Build-tools, Revision 27.0.0 |
|
||||
| build-tools-27.0.1 | Android SDK Build-tools, Revision 27.0.1 |
|
||||
| build-tools-27.0.2 | Android SDK Build-tools, Revision 27.0.2 |
|
||||
| build-tools-27.0.3 | Android SDK Build-tools, Revision 27.0.3 |
|
||||
| build-tools-28.0.0 | Android SDK Build-tools, Revision 28.0.0 |
|
||||
| build-tools-28.0.1 | Android SDK Build-tools, Revision 28.0.1 |
|
||||
| build-tools-28.0.2 | Android SDK Build-tools, Revision 28.0.2 |
|
||||
| build-tools-28.0.3 | Android SDK Build-tools, Revision 28.0.3 |
|
||||
| build-tools-29.0.0 | Android SDK Build-tools, Revision 29.0.0 |
|
||||
| build-tools-29.0.1 | Android SDK Build-tools, Revision 29.0.1 |
|
||||
| build-tools-29.0.2 | Android SDK Build-tools, Revision 29.0.2 |
|
||||
|
||||
### Utils
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| cmake | 3.6.4111459 |
|
||||
| lldb | 2.3.3614996 |
|
||||
| ndk-bundle | 18.1.5063045 |
|
||||
| ProGuard | 5.3.3 |
|
||||
| Android Emulator | 29.2.1 |
|
||||
|
||||
### Google APIs
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------|-------------------------------------------|
|
||||
| google_apis-google-21 | Google APIs, Android API 21, revision 1 |
|
||||
| google_apis-google-22 | Google APIs, Android API 22, revision 1 |
|
||||
| google_apis-google-23 | Google APIs, Android API 23, revision 1 |
|
||||
| google_apis-google-24 | Google APIs, Android API 24, revision 1 |
|
||||
|
||||
### Extra packages
|
||||
|
||||
| Package name | Description |
|
||||
|-----------------------------------|------------------------------------------|
|
||||
| extra-android-m2repository | Android Support Repository, revision 47 |
|
||||
| extra-google-google_play_services | Google Play services, revision 49 |
|
||||
| extra-google-m2repository | Google Repository, revision 58 |
|
||||
| Hardware_Accelerated_Execution_Manager | Intel x86 Emulator Accelerator 7.3.2 |
|
||||
|
||||
## Xamarin
|
||||
|
||||
### Visual Studio for Mac
|
||||
|
||||
- 8.3.10.2
|
||||
|
||||
|
||||
### Mono
|
||||
|
||||
- 6.4.0
|
||||
- 6.0.0
|
||||
- 5.18.1
|
||||
- 5.16.1
|
||||
- 5.12.0
|
||||
- 5.10.1
|
||||
- 5.8.1
|
||||
- 5.8.0
|
||||
- 5.4.1.7
|
||||
- 5.4.0.201
|
||||
- 5.2.0.224
|
||||
- 5.0.1.1
|
||||
- 4.8.1.0
|
||||
|
||||
### Xamarin.iOS SDK
|
||||
|
||||
- 13.6.0.12
|
||||
- 13.4.0.2
|
||||
- 13.2.0.47
|
||||
- 12.14.0.114
|
||||
- 12.10.0.157
|
||||
- 12.8.0.2
|
||||
- 12.6.0.25
|
||||
- 12.2.1.16
|
||||
- 12.2.1.11
|
||||
- 12.0.0.15
|
||||
- 11.14.0.13
|
||||
- 11.12.0.4
|
||||
- 11.9.1.24
|
||||
- 11.8.0.20
|
||||
- 11.6.1.4
|
||||
- 11.2.0.11
|
||||
- 11.0.0.0
|
||||
- 10.10.0.36
|
||||
- 10.6.0.10
|
||||
|
||||
|
||||
### Xamarin.Android SDK
|
||||
|
||||
- 10.0.6.2
|
||||
- 10.0.3.0
|
||||
- 9.4.1.0
|
||||
- 9.3.0-23
|
||||
- 9.2.3-0
|
||||
- 9.1.8-0
|
||||
- 9.0.0-20
|
||||
- 9.0.0-18
|
||||
- 8.3.3-2
|
||||
- 8.2.0-16
|
||||
- 8.2.0-15
|
||||
- 8.1.5-0
|
||||
- 8.0.0-33
|
||||
- 7.4.5-1
|
||||
- 7.3.1-2
|
||||
- 7.1.0-43
|
||||
|
||||
### Xamarin.Mac SDK
|
||||
|
||||
- 6.6.0.12
|
||||
- 6.4.0.2
|
||||
- 6.2.0.47
|
||||
- 5.16.1.24
|
||||
- 5.10.0.157
|
||||
- 5.8.0.0
|
||||
- 5.6.0.25
|
||||
- 5.3.1.28
|
||||
- 5.2.1.16
|
||||
- 5.2.1.9
|
||||
- 4.6.0.13
|
||||
- 4.4.1.193
|
||||
- 4.2.1.28
|
||||
- 4.2.0.20
|
||||
- 4.0.0.216
|
||||
- 3.8.0.49
|
||||
- 3.6.3.3
|
||||
- 3.4.0.36
|
||||
- 3.0.0.398
|
||||
|
||||
### Unit Test Framework
|
||||
|
||||
- NUnit: 3.6.1
|
||||
@@ -14,7 +14,6 @@ Write-Host "Clean up various directories"
|
||||
"$env:windir\\logs",
|
||||
"$env:windir\\winsxs\\manifestcache",
|
||||
"$env:windir\\Temp",
|
||||
"$env:windir\\Installer",
|
||||
"$env:TEMP"
|
||||
) | ForEach-Object {
|
||||
if (Test-Path $_) {
|
||||
|
||||
@@ -162,7 +162,7 @@ $extractLocation = "C:\Modules"
|
||||
$azurePsUri = @(
|
||||
"https://vstsagenttools.blob.core.windows.net/tools/azurepowershellmodules/AzurePSModules.M157.20190808.27979.zip",
|
||||
"https://vstsagenttools.blob.core.windows.net/tools/azurepowershellmodules/AzureRmPSModules.M157.20190808.27379.zip",
|
||||
"https://vstsagenttools.blob.core.windows.net/tools/azurepowershellmodules/AzPSModules.M158.20190903.19326.zip"
|
||||
"https://vstsagenttools.blob.core.windows.net/tools/azurepowershellmodules/AzPSModules.M163.20191211.17769.zip"
|
||||
)
|
||||
|
||||
$azureRMModulePath = "C:\Modules\azurerm_2.1.0"
|
||||
|
||||
13
images/win/scripts/Installers/Install-NET472.ps1
Normal file
13
images/win/scripts/Installers/Install-NET472.ps1
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
## File: Install-NET472.ps1
|
||||
## Desc: Install .NET 4.7.2
|
||||
################################################################################
|
||||
|
||||
Import-Module -Name ImageHelpers -Force
|
||||
|
||||
# .NET 4.7.2 Dev pack
|
||||
$InstallerURI = "https://download.microsoft.com/download/3/B/F/3BFB9C35-405D-45DF-BDAF-0EB57D047888/NDP472-DevPack-ENU.exe"
|
||||
$InstallerName = "NDP472-DevPack-ENU.exe"
|
||||
$ArgumentList = ('Setup', '/passive', '/norestart' )
|
||||
|
||||
Install-EXE -Url $InstallerURI -Name $InstallerName -ArgumentList $ArgumentList
|
||||
@@ -6,7 +6,7 @@
|
||||
Import-Module -Name ImageHelpers -Force
|
||||
|
||||
# .NET 4.8 Dev pack
|
||||
$InstallerURI = "https://download.visualstudio.microsoft.com/download/pr/014120d7-d689-4305-befd-3cb711108212/0307177e14752e359fde5423ab583e43/ndp48-devpack-enu.exe"
|
||||
$InstallerURI = "https://download.visualstudio.microsoft.com/download/pr/7afca223-55d2-470a-8edc-6a1739ae3252/c8c829444416e811be84c5765ede6148/NDP48-DevPack-ENU.exe"
|
||||
$InstallerName = "NDP48-DevPack-ENU.exe"
|
||||
$ArgumentList = ('Setup', '/passive', '/norestart' )
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ $env:NPM_CONFIG_CACHE = $CachePath
|
||||
|
||||
npm config set registry http://registry.npmjs.org/
|
||||
|
||||
npm install -g bower
|
||||
npm install -g cordova
|
||||
npm install -g grunt-cli
|
||||
npm install -g gulp-cli
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Sbt.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Install sbt for Windows
|
||||
################################################################################
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
@@ -10,4 +10,4 @@ New-Item -Path $temp_install_dir -ItemType Directory -Force
|
||||
|
||||
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
|
||||
|
||||
WebpiCmd.exe /Install /Products:MicrosoftAzure-ServiceFabric-CoreSDK /AcceptEula
|
||||
WebpiCmd.exe /Install /Products:MicrosoftAzure-ServiceFabric-CoreSDK /AcceptEula /XML:https://webpifeed.blob.core.windows.net/webpifeed/5.1/WebProductList.xml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-TypeScript.ps1
|
||||
## Team: CI Build
|
||||
## Desc: Install Latest TypeScript
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -14,16 +14,15 @@ else
|
||||
exit 1
|
||||
}
|
||||
|
||||
if((Get-Command -Name 'gulp') -and (Get-Command -Name 'grunt') -and (Get-Command -Name 'bower') -and (Get-Command -Name 'cordova') -and (Get-Command -Name 'yarn'))
|
||||
if((Get-Command -Name 'gulp') -and (Get-Command -Name 'grunt') -and (Get-Command -Name 'cordova') -and (Get-Command -Name 'yarn'))
|
||||
{
|
||||
Write-Host "Gulp $(gulp -version) on path"
|
||||
Write-Host "Grunt $(grunt -version) on path"
|
||||
Write-Host "Bower $(bower -version) on path"
|
||||
Write-Host "Yarn $(yarn -version) on path"
|
||||
}
|
||||
else
|
||||
{
|
||||
Write-Host "One of Gulp, Grunt, Bower, Cordova, or Yarn is not on the path."
|
||||
Write-Host "One of Gulp, Grunt, Cordova, or Yarn is not on the path."
|
||||
exit 1
|
||||
}
|
||||
|
||||
@@ -41,7 +40,6 @@ $npmVersion = $(npm -version)
|
||||
$SoftwareName = "Node.js"
|
||||
$GulpInfo = "Gulp $(gulp -version)"
|
||||
$GruntInfo = "Grunt $(grunt -version)"
|
||||
$BowerInfo = "Bower $(bower -version)"
|
||||
$YarnInfo = "Yarn $(yarn -version)"
|
||||
|
||||
$Description = @"
|
||||
@@ -51,7 +49,6 @@ _Environment:_
|
||||
* PATH: contains location of node.exe<br/>
|
||||
* $GulpInfo<br/>
|
||||
* $GruntInfo<br/>
|
||||
* $BowerInfo<br/>
|
||||
* $YarnInfo<br/>
|
||||
|
||||
> Note: You can install and use another version of Node.js on Microsoft-hosted agent pools using the [Node tool installer](https://docs.microsoft.com/vsts/pipelines/tasks/tool/node-js) task.
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-Sbt.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Validate sbt for Windows
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-TypeScript.ps1
|
||||
## Team: CI Build
|
||||
## Desc: Validate Typescript Installation
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Initialize-VM.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: VM initialization script, machine level configuration
|
||||
################################################################################
|
||||
|
||||
@@ -120,9 +119,9 @@ wmic logicaldisk get size,freespace,caption
|
||||
# Adding description of the software to Markdown
|
||||
|
||||
$Content = @"
|
||||
# Hosted Windows2016 image
|
||||
# Azure Pipelines Hosted VS2017 image
|
||||
|
||||
The following software is installed on machines in the **Hosted Windows2016** (v$env:ImageVersion) pool.
|
||||
The following software is installed on machines in the Azure Pipelines **Hosted VS2017** (v$env:ImageVersion) pool.
|
||||
|
||||
Components marked with **\*** have been upgraded since the previous version of the image.
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Python.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Configure python on path with 3.6.* version from the tools cache
|
||||
## Must run after tools cache is setup
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-SSDT.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Install SQL Server Data Tools for Windows
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-VS2017.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Install Visual Studio 2017
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-WDK.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Install the Windows Driver Kit
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Win81SDK.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Install Windows 8.1 SDK
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Wix.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Install WIX.
|
||||
################################################################################
|
||||
function Install-VsixExtension
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Run-Antivirus.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Run a full antivirus scan.
|
||||
## Run right after cleanup before we sysprep
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Update-DockerImages.ps1
|
||||
## Team: ReleaseManagement
|
||||
## Desc: Pull some standard docker images.
|
||||
## Must be run after docker is installed.
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-SSDT.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Validate SQL Server Data Tools for Windows
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-WDK.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Validate the installation of the Windows Driver Kit
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-Wix.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Validate WIX.
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Initialize-VM.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: VM initialization script, machine level configuration
|
||||
################################################################################
|
||||
|
||||
@@ -119,9 +118,9 @@ wmic logicaldisk get size,freespace,caption
|
||||
# Adding description of the software to Markdown
|
||||
|
||||
$Content = @"
|
||||
# Hosted Windows 2019
|
||||
# Azure Pipelines Hosted Windows 2019 with VS2019 image
|
||||
|
||||
The following software is installed on machines in the **Hosted Windows 2019** (v$env:ImageVersion) pool.
|
||||
The following software is installed on machines in the Azure Pipelines **Hosted Windows 2019 with VS2019** (v$env:ImageVersion) pool.
|
||||
|
||||
Components marked with **\*** have been upgraded since the previous version of the image.
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Python.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Configure python on path with 3.7.* version from the tools cache
|
||||
## Must run after tools cache is setup
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-VS2019.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Install Visual Studio 2019
|
||||
################################################################################
|
||||
$ErrorActionPreference = "Stop"
|
||||
@@ -102,7 +101,6 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64 ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.Redist.MSM ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre ' + `
|
||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre ' + `
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-WDK.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Install the Windows Driver Kit
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Install-Wix.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Install WIX.
|
||||
################################################################################
|
||||
function Install-VsixExtension
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Run-Antivirus.ps1
|
||||
## Team: CI-Platform
|
||||
## Desc: Run a full antivirus scan.
|
||||
## Run right after cleanup before we sysprep
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Update-DockerImages.ps1
|
||||
## Team: ReleaseManagement
|
||||
## Desc: Pull some standard docker images.
|
||||
## Must be run after docker is installed.
|
||||
################################################################################
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-WDK.ps1
|
||||
## Team: CI-X
|
||||
## Desc: Validate the installation of the Windows Driver Kit
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
################################################################################
|
||||
## File: Validate-Wix.ps1
|
||||
## Team: CI-Build
|
||||
## Desc: Validate WIX.
|
||||
################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user