Skip to content

Commit

Permalink
Merged!
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Oct 12, 2012
1 parent 846f2ac commit 14db290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@

<Target Name="Go" DependsOnTargets="RunCodeAnalysis; Build; RunTests; ">
</Target>
</ItemGroup>

<Target Name="RunTests">
<Exec Command="$(ChutzpahExePath) $(JSTestsBridgeFile) /silent" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@
<Exec Condition="'$(ArtifactsDir)' == '' AND '$(OS)' == 'Windows_NT'" Command="$(SolutionDir)\src\Microsoft.AspNet.SignalR.ProxyGenerator\bin\$(Configuration)\hubify.exe /o:$(SolutionDir)\samples\Microsoft.AspNet.SignalR.Hosting.AspNet.Samples\Scripts\hubs.js" WorkingDirectory="$(OutputPath)" />
<Exec Condition="'$(ArtifactsDir)' != '' AND '$(OS)' == 'Windows_NT'" Command="$(ArtifactsDir)\Microsoft.AspNet.SignalR.ProxyGenerator\hubify.exe /o:$(SolutionDir)\samples\Microsoft.AspNet.SignalR.Hosting.AspNet.Samples\Scripts\hubs.js" WorkingDirectory="$(OutputPath)" />
</Target>
</Project>
</Project>

0 comments on commit 14db290

Please sign in to comment.