This commit is contained in:
James Newton-King
2017-02-19 18:05:50 +13:00
parent b285f3fc2d
commit 980cab1a22
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ task Package -depends Build {
Copy-Item -Path $docDir\license.txt -Destination $workingDir\Package\
robocopy $workingSourceDir $workingDir\Package\Source\Src /MIR /NFL /NDL /NJS /NC /NS /NP /XD bin obj TestResults AppPackages .vs artifacts /XF *.suo *.user *.lock.json | Out-Default
robocopy $buildDir $workingDir\Package\Source\Build /MIR /NFL /NDL /NJS /NC /NS /NP /XF runbuild.txt | Out-Default
robocopy $buildDir $workingDir\Package\Source\Build /MIR /NFL /NDL /NJS /NC /NS /NP /XF runbuild.txt nuget.exe | Out-Default
robocopy $docDir $workingDir\Package\Source\Doc /MIR /NFL /NDL /NJS /NC /NS /NP | Out-Default
robocopy $toolsDir $workingDir\Package\Source\Tools /MIR /NFL /NDL /NJS /NC /NS /NP | Out-Default
@@ -19,7 +19,6 @@
<PackageLicenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/JamesNK/Newtonsoft.Json</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<WarningsAsErrors>true</WarningsAsErrors>
<AssemblyName>Newtonsoft.Json</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>