Skip to content

Commit e85cdf3

Browse files
committed
disable sample20
1 parent 2d1962c commit e85cdf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/samples/WorkflowCore.Sample20/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ class Program
99
{
1010
static void Main(string[] args)
1111
{
12-
var serviceProvider = ConfigureServices();
12+
// THE TEST DISABLED FOR THE BUILD TIME LIMIT
13+
/*var serviceProvider = ConfigureServices();
1314
1415
//start the workflow host
1516
var host = serviceProvider.GetService<IWorkflowHost>();
@@ -29,7 +30,7 @@ static void Main(string[] args)
2930
}
3031
3132
Console.ReadLine();
32-
host.Stop();
33+
host.Stop();*/
3334
}
3435

3536
private static IServiceProvider ConfigureServices()

0 commit comments

Comments
 (0)