azure-functions-java-worker/tools/AzureFunctionsJavaWorker.nu...

24 строки
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.Functions.JavaWorker</id>
<title>Microsoft Azure Functions Java Worker</title>
<tags>java azure-functions azure</tags>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<projectUrl>https://github.com/Azure/azure-functions-java-worker</projectUrl>
<licenseUrl>https://github.com/Azure/azure-functions-java-worker/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft Azure Functions Java Worker</description>
<copyright>Copyright (c) Microsoft Corporation. All rights reserved.</copyright>
<contentFiles>
<files include="**/*" buildAction="None" copyToOutput="true" flatten="false"/>
</contentFiles>
</metadata>
<files>
<file src="..\pkg\**" target="contentFiles/any/any/workers/java" />
</files>
</package>