Migrated target '_CompileGeneratedSource'
This commit is contained in:
parent
01d20fc6e6
commit
6c1033ce2a
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@
|
|||
<Copy SourceFiles="%(GeneratedSource.Identity)" DestinationFiles="%(GeneratedSource.TargetDirectory)\%(GeneratedSource.Filename)%(GeneratedSource.Extension)" />
|
||||
</Target>
|
||||
|
||||
<Target Name="_Test" DependsOnTargets="_CopyGeneratedSource">
|
||||
<Target Name="_CompileGeneratedSource" DependsOnTargets="_CopyGeneratedSource">
|
||||
<MSBuild Projects="$(SolutionFile)" Properties="Configuration=$(BuildConfiguration)" BuildInParallel="true" />
|
||||
</Target>
|
||||
|
||||
<Target Name="_Test" DependsOnTargets="_CompileGeneratedSource">
|
||||
<Exec Command=""E:\dotnet-protobufs\lib\NUnit 2.2.8.0\nunit-console.exe" %(TestContainer.Identity) /xml:$(BuildOutputDirectory)\%(TestContainer.Filename).$(BuildConfiguration).xml" />
|
||||
</Target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue