File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,9 @@ $fileContent = Get-Content $nuSpecTemplate
28
28
$renameFileExists = Test-Path - Path ([System.IO.Path ]::Combine($packageSource , " content" , " rename.cfg" ))
29
29
$files = (Get-ChildItem $packageSource | Where - FilterScript {! $_.Name.Contains (" nuspec" )} | Select-Object - Property Name)
30
30
$refFiles = $files | Where - FilterScript { $_.Name.EndsWith (" .dll" )}
31
- $contentFiles = $files | Where - FilterScript { $_.Name.EndsWith (" xml" )}
32
31
$refFileText = " "
33
32
$refFiles | % {$refFileText += (" <reference file="" " + $_.Name + " "" />`r`n " )}
34
33
$contentFileText = " "
35
- $contentFiles | % { $contentFileText += (" <file src="" " + $_.Name + " "" target="" content"" />`r`n " )}
36
34
if ($packageId -ne " Microsoft.CLU.Commands" )
37
35
{
38
36
$contentFileText += " <file src="" content\*.lx"" target="" content"" />`r`n "
You can’t perform that action at this time.
0 commit comments