From 27eb231c76f90f4397a379b9340d3697db55f67e Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 19 Jun 2018 17:41:23 -0400 Subject: [PATCH] YAML syntax fix (#6038) The intended page for showing the final answer was missing. Fixes #5966 /cc @douglastks52 --- docs/csharp/quick-starts/branches-and-loops.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/csharp/quick-starts/branches-and-loops.yml b/docs/csharp/quick-starts/branches-and-loops.yml index 82c78ac63d411..49d791c41add7 100644 --- a/docs/csharp/quick-starts/branches-and-loops.yml +++ b/docs/csharp/quick-starts/branches-and-loops.yml @@ -268,6 +268,7 @@ items: > [!NOTE] > This online coding experience is in preview mode. If you encounter problems, please report them [on the dotnet/try repo](https://github.com/dotnet/try/issues). +- title: Congratulations! content: | You've completed the "branches and loops" quickstart.