From 54e6a5f73e08bac67e256a5ff60665520438b3fd Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Sat, 20 Jun 2020 13:38:09 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d70073..8be1f2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ .NET Syntax Tree Visualizer, A C# ASP.NET Core app with ReactJS in front-end that shows Roslyn's syntax tree for a given source code. -The app is deployed [here](https://dotnetsyntaxtreevisualizer.azurewebsites.net/). +The app is deployed [here](https://DotNetSyntaxTreeVisualizer.azurewebsites.net/). ## Visual Studio already has a graph visualizer From 2ac4074f8c87144639f7eaebe04607e4aa5ca590 Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Sat, 20 Jun 2020 13:55:43 +0200 Subject: [PATCH 2/3] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d6289dd..3082e3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,9 @@ trigger: - master + paths: + exclude: + - /**/*.md pool: vmImage: 'ubuntu-latest' From f6c40c56a758cfbc28efe3dd1df6c53fafd32a28 Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Sat, 20 Jun 2020 13:56:33 +0200 Subject: [PATCH 3/3] Update azure-pipelines.yml --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3082e3f..d6289dd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,9 +5,6 @@ trigger: - master - paths: - exclude: - - /**/*.md pool: vmImage: 'ubuntu-latest'