forked from projectkudu/KuduSync.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KuduSync.NET.nuspec
20 lines (20 loc) · 948 Bytes
/
KuduSync.NET.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>KuduSync.NET</id>
<version>1.3.0</version>
<authors>amitap</authors>
<owners>amitap</owners>
<licenseUrl>https://github.com/projectkudu/KuduSync.NET/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/projectkudu/KuduSync.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tool for syncing files for deployment, will only copy changed files and delete files that doesn't exists in the destination but only if they were part of the previous deployment.</description>
<releaseNotes></releaseNotes>
<tags>File FileCopy Kudu</tags>
</metadata>
<files>
<file src="KuduSync.NET\bin\Release\KuduSync.NET.exe" target="tools\" />
<file src="KuduSync.NET\bin\Release\KuduSync.NET.exe.config" target="tools\" />
<file src="KuduSync.NET\bin\Release\*.dll" target="tools\" />
</files>
</package>