From c8a92c92cea56c164072ca96cfdd55f86b6acc29 Mon Sep 17 00:00:00 2001 From: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:25:19 -0500 Subject: [PATCH] Move APIView pipelines to APIView directory (#5244) This PR moves apiview pipeline YAMLs from repo root to apiview project directory. --- {.azure-pipelines => src/dotnet/APIView}/apiview-sync-staging.yml | 0 {.azure-pipelines => src/dotnet/APIView}/apiview.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.azure-pipelines => src/dotnet/APIView}/apiview-sync-staging.yml (100%) rename {.azure-pipelines => src/dotnet/APIView}/apiview.yml (100%) diff --git a/.azure-pipelines/apiview-sync-staging.yml b/src/dotnet/APIView/apiview-sync-staging.yml similarity index 100% rename from .azure-pipelines/apiview-sync-staging.yml rename to src/dotnet/APIView/apiview-sync-staging.yml diff --git a/.azure-pipelines/apiview.yml b/src/dotnet/APIView/apiview.yml similarity index 100% rename from .azure-pipelines/apiview.yml rename to src/dotnet/APIView/apiview.yml