Browse Source

Build MSTest sample on build server.

pull/297/head
Matt Ward 12 years ago
parent
commit
7726b712d9
  1. 4
      src/Automated.proj

4
src/Automated.proj

@ -130,9 +130,9 @@ @@ -130,9 +130,9 @@
<MSBuild Projects="$(SamplesSrc)\Mono\Mono.AddIn.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln
<MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
Properties="Configuration=Release;BranchName=$(BranchName)"/>
<MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>

Loading…
Cancel
Save