Skip to content

Commit

Permalink
RavenDB-2631 custom gitlink that ignores potential errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ppekrol committed Nov 28, 2014
1 parent c9283c3 commit 2e3953f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added Tools/GitLink.Custom.exe
Binary file not shown.
Binary file removed Tools/GitLink.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions default.ps1
Expand Up @@ -56,9 +56,9 @@ task Compile -depends Init, CompileHtml5 {
Write-Host "Compiling with '$global:configuration' configuration" -ForegroundColor Yellow
exec { &"C:\Windows\Microsoft.NET\Framework\$v4_net_version\MSBuild.exe" "$sln_file" /p:Configuration=$global:configuration /p:nowarn="1591 1573" /p:VisualStudioVersion=12.0 /maxcpucount }

# if ($commit -ne "0000000000000000000000000000000000000000") {
# exec { &"$tools_dir\GitLink.exe" "$base_dir" /u https://github.com/ayende/ravendb /c $global:configuration /b master /s "$commit" /f "$sln_file_name" }
# }
if ($commit -ne "0000000000000000000000000000000000000000") {
exec { &"$tools_dir\GitLink.Custom.exe" "$base_dir" /u https://github.com/ayende/ravendb /c $global:configuration /b master /s "$commit" /f "$sln_file_name" }
}
}

task CompileHtml5 {
Expand Down

0 comments on commit 2e3953f

Please sign in to comment.