14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
<Project>
|
|
<Import Project="..\Archive.props" />
|
|
|
|
<!-- Same as Archive.CiServer, but in only includes files which have not previously been included in a stable release. -->
|
|
<PropertyGroup>
|
|
<TargetFileName>nuGetPackagesArchive-ci-server-$(PackageVersion).patch.zip</TargetFileName>
|
|
<IsIncremental>true</IsIncremental>
|
|
<IncludeXmlDocs>false</IncludeXmlDocs>
|
|
<IncludeNupkgFiles>false</IncludeNupkgFiles>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="..\Archive.targets" />
|
|
</Project>
|