Skip to content

Commit

Permalink
commenting out chm building for the TeamCity build
Browse files Browse the repository at this point in the history
  • Loading branch information
staxmanade committed Jan 2, 2012
1 parent 3a2dea6 commit a3efa5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ Task package-release -depends clean-release {
'StatLight.EULA.txt'
'StatLight.exe'
'StatLight.exe.config'
'StatLight.chm'
)
#TODO 'StatLight.chm'

if($script:isPhoneBuild -eq $true){
$expectedFilesToInclude += @(
Expand Down Expand Up @@ -1100,7 +1100,7 @@ Task package-release -depends clean-release {

#Move-Item (Get-ChildItem $release_dir\$statLightSourcesFilePrefix*) "$versionBuildPath\$($_.Name)"
$filesToCopyFromBuild | foreach{ Copy-Item $_ "$versionBuildPath\$($_.Name)" }
cp $chmDocPath "$versionBuildPath\StatLight.chm"
#TODO cp $chmDocPath "$versionBuildPath\StatLight.chm"


$knownFilesToExclude | where { Test-Path "$versionBuildPath\$_" } | foreach{ Remove-Item "$versionBuildPath\$_"; "Cleaning - $versionBuildPath\$_" }
Expand Down

0 comments on commit a3efa5d

Please sign in to comment.