Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created April 10, 2017 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/14989b07e9193ebf22673719471ae874 to your computer and use it in GitHub Desktop.
Save marrobi/14989b07e9193ebf22673719471ae874 to your computer and use it in GitHub Desktop.
Adobe Flex SDK artifact.json
{
"$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json",
"title": "Adobe Flex SDK",
"description": "Installs Adobe Flex SDK, EULA: http://www.adobe.com/products/eulas/#flex_sdk",
"tags": [
"Windows",
"Adobe",
"Flex"
],
"iconUri": "https://github.com/Azure/azure-devtestlab/raw/master/Artifacts/windows-vscode/flex%20icon.png",
"targetOsType": "Windows",
"runCommand": {
"commandToExecute": "powershell.exe -ExecutionPolicy bypass -File installAdobeFlex.ps1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment