26 строки
1.3 KiB
XML
26 строки
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>BatchShipyard</id>
|
|
<version>0.0.0</version>
|
|
<title>Batch Shipyard</title>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Execute containerized jobs on Azure Batch via Batch Shipyard. Requires Python.</description>
|
|
<iconUrl>https://azurecomcdn.azureedge.net/cvt-4c210654e280636c85b81aae4511f99613c7de5d03801bf44dc15fe823371003/images/page/services/batch/we-take-care-of-scale.png</iconUrl>
|
|
<projectUrl>https://github.com/Azure/batch-shipyard</projectUrl>
|
|
<licenseUrl>https://github.com/Azure/batch-shipyard/blob/master/LICENSE</licenseUrl>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<releaseNotes>https://github.com/Azure/batch-shipyard/blob/master/CHANGELOG.md</releaseNotes>
|
|
<tags>AzureSiteExtension azure batch shipyard containers docker singularity parallel distributed jobs hpc python</tags>
|
|
<packageTypes>
|
|
<packageType name="AzureSiteExtension" />
|
|
</packageTypes>
|
|
</metadata>
|
|
<files>
|
|
<file src="*.cmd" target="content" />
|
|
<file src="applicationHost.xdt" target="content" />
|
|
<file src="version.txt" target="content" />
|
|
</files>
|
|
</package>
|