Skip to content

Commit

Permalink
Merge pull request #137 from ivan-danilov/gitlink
Browse files Browse the repository at this point in the history
Added PDB source indexing step to the build.
  • Loading branch information
hammett authored Jun 27, 2016
2 parents b6dcb35 + fb87ea6 commit 2f56a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildscripts/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ limitations under the License.
</MSBuild>
<Message Text="Binaries built from solution: @(AllBinaries)" />

<Message Text="" />
<Exec Command="$(ToolsPath)\GitLink\GitLink.exe $(SolutionPath) -c $(Configuration) -u https://github.com/castleproject/Windsor" IgnoreExitCode="true" />

<!-- Resolve test projects -->
<RegexMatch Input="@(AllBinaries)" Expression="$(TestDetectionExpression)">
<Output TaskParameter="Output" ItemName="TestAssemblies" />
Expand Down
Binary file added tools/GitLink/GitLink.exe
Binary file not shown.

0 comments on commit 2f56a8e

Please sign in to comment.