Skip to content

Commit

Permalink
Renames LocalBuildsOnly sandcastle project and removes duplicate sand…
Browse files Browse the repository at this point in the history
…castleproject

The reason the seperate ones were needed were because sandcastle would
strip the remarks and code examples out when building the intellisense
file. With the new way the release tool works, there is no need for one,
as it builds, and just ignores the XML build change.
  • Loading branch information
ThadHouse committed Dec 5, 2015
1 parent 7613fb7 commit 45821c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 111 deletions.
2 changes: 1 addition & 1 deletion BuildDocumentation.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nuget install EWSoftware.SHFB -Version 2015.10.10.0 -o sbpackages
nuget install EWSoftware.SHFB.NETFramework -Version 4.6 -o sbpackages

"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild" Sandcastle\SandcastleLocalBuildsOnly.shfbproj /property:Configuration=Release
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild" Sandcastle\SandcastleXmlOnly.shfbproj /property:Configuration=Release
109 changes: 0 additions & 109 deletions Sandcastle/Sandcastle.shfbproj

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on_success:
./nuget install EWSoftware.SHFB.NETFramework -Version 4.6 -o sbpackages
& 'C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe' Sandcastle\SandcastleLocalBuildsOnly.shfbproj /property:Configuration=Release
& 'C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe' Sandcastle\SandcastleXmlOnly.shfbproj /property:Configuration=Release
./nuget pack "$env:APPVEYOR_BUILD_FOLDER\NetworkTablesCore\NetworkTablesCore.csproj" -Properties "Configuration=Release;Platform=AnyCPU" -Symbols
Expand Down

0 comments on commit 45821c5

Please sign in to comment.