Skip to content

Commit

Permalink
rename msbuild task
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Nov 26, 2009
1 parent 93f6b6d commit 56797c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/MsBuild/GeneratorTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected override void GenerateFile(SpecFlowGenerator generator, SpecFlowFeatur
}
}

public class GeneratorTask : GeneratorTaskBase
public class GenerateAll : GeneratorTaskBase
{
public bool VerboseOutput { get; set; }
public bool ForceGeneration { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion Tools/MsBuild/TechTalk.SpecFlow.targets
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Target>

<Target Name="UpdateFeatureFilesInProject">
<GeneratorTask
<GenerateAll
ShowTrace="$(ShowTrace)"

BuildServerMode="$(BuildServerMode)"
Expand Down
2 changes: 1 addition & 1 deletion Tools/MsBuild/TechTalk.SpecFlow.tasks
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
>$(MSBuildProjectDirectory)\$(SpecFlowTasksPath)</__SpecFlowTasksFullPath>
</PropertyGroup>

<UsingTask TaskName="TechTalk.SpecFlow.Tools.MsBuild.GeneratorTask" AssemblyFile="$(__SpecFlowTasksFullPath)" />
<UsingTask TaskName="TechTalk.SpecFlow.Tools.MsBuild.GenerateAll" AssemblyFile="$(__SpecFlowTasksFullPath)" />

</Project>

0 comments on commit 56797c9

Please sign in to comment.