Skip to content

Commit

Permalink
parallel step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Jan 18, 2020
1 parent b3a1911 commit fb1d29c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/Conductor.Steps/Parallel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;
using WorkflowCore.Primitives;

namespace Conductor.Steps
{
public class Parallel : Sequence
{
}
}
2 changes: 1 addition & 1 deletion src/Conductor/Conductor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<UserSecretsId>0b178d89-9937-49c8-b1f1-efb5f96e516d</UserSecretsId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<StartupObject>Conductor.Program</StartupObject>
</PropertyGroup>

Expand Down

0 comments on commit fb1d29c

Please sign in to comment.