Skip to content

Commit

Permalink
Remove the Help\Documentation.chm from the distributed zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchaki committed Nov 25, 2014
1 parent 77655c2 commit e330973
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 111 deletions.
73 changes: 0 additions & 73 deletions Raven.Docs.shfbproj

This file was deleted.

20 changes: 0 additions & 20 deletions Raven.Docs.sln

This file was deleted.

19 changes: 1 addition & 18 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -310,31 +310,14 @@ task SignInstaller {

$installerFile = "$release_dir\$global:uploadCategory-Build-$env:buildlabel.Setup.exe"
SignFile($installerFile)
}

task CreateDocs {
$v4_net_version = (ls "$env:windir\Microsoft.NET\Framework\v4.0*").Name

if($env:buildlabel -eq 13)
{
return
}

if ($global:uploadMode -ne "Stable"){
return; # this takes 8 minutes to run
}

# we expliclty allows this to fail
exec { &"C:\Windows\Microsoft.NET\Framework\$v4_net_version\MSBuild.exe" "$base_dir\Raven.Docs.shfbproj" /p:OutDir="$build_dir\" }
}

task CopyRootFiles -depends CreateDocs {
task CopyRootFiles {
cp $base_dir\license.txt $build_dir\Output\license.txt
cp $base_dir\Scripts\Start.cmd $build_dir\Output\Start.cmd
cp $base_dir\Scripts\Raven-UpdateBundles.ps1 $build_dir\Output\Raven-UpdateBundles.ps1
cp $base_dir\Scripts\Raven-GetBundles.ps1 $build_dir\Output\Raven-GetBundles.ps1
cp $base_dir\readme.md $build_dir\Output\readme.txt
cp $base_dir\Help\Documentation.chm $build_dir\Output\Documentation.chm -ErrorAction SilentlyContinue
cp $base_dir\acknowledgments.txt $build_dir\Output\acknowledgments.txt
cp $base_dir\CommonAssemblyInfo.cs $build_dir\Output\CommonAssemblyInfo.cs

Expand Down

0 comments on commit e330973

Please sign in to comment.