From 6dabeb43dce140f11a72d4a5416bb7c14d8f5137 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Fri, 5 Apr 2019 16:35:27 -0700 Subject: [PATCH] Removed build folder. Moving yaml files to follow guidelines. --- {build => .azure-pipelines}/download-build-steps.yml | 0 {build => .azure-pipelines}/install-pwsh-steps.yml | 0 {build => .azure-pipelines}/jobs.yml | 0 {build => .azure-pipelines}/publish-artifacts-steps.yml | 0 Repo.props | 1 - build.proj | 2 +- {build => tools}/after.Azure.PowerShell.sln.targets | 0 7 files changed, 1 insertion(+), 2 deletions(-) rename {build => .azure-pipelines}/download-build-steps.yml (100%) rename {build => .azure-pipelines}/install-pwsh-steps.yml (100%) rename {build => .azure-pipelines}/jobs.yml (100%) rename {build => .azure-pipelines}/publish-artifacts-steps.yml (100%) rename {build => tools}/after.Azure.PowerShell.sln.targets (100%) diff --git a/build/download-build-steps.yml b/.azure-pipelines/download-build-steps.yml similarity index 100% rename from build/download-build-steps.yml rename to .azure-pipelines/download-build-steps.yml diff --git a/build/install-pwsh-steps.yml b/.azure-pipelines/install-pwsh-steps.yml similarity index 100% rename from build/install-pwsh-steps.yml rename to .azure-pipelines/install-pwsh-steps.yml diff --git a/build/jobs.yml b/.azure-pipelines/jobs.yml similarity index 100% rename from build/jobs.yml rename to .azure-pipelines/jobs.yml diff --git a/build/publish-artifacts-steps.yml b/.azure-pipelines/publish-artifacts-steps.yml similarity index 100% rename from build/publish-artifacts-steps.yml rename to .azure-pipelines/publish-artifacts-steps.yml diff --git a/Repo.props b/Repo.props index 4acf84bbf19b..f466ca8148be 100644 --- a/Repo.props +++ b/Repo.props @@ -6,7 +6,6 @@ $(RepoRoot)src/ $(RepoRoot)artifacts/ $(RepoRoot)tools/ - $(RepoRoot)build/ \ No newline at end of file diff --git a/build.proj b/build.proj index 34100e49b5b1..7551986bccf8 100644 --- a/build.proj +++ b/build.proj @@ -143,7 +143,7 @@ - + diff --git a/build/after.Azure.PowerShell.sln.targets b/tools/after.Azure.PowerShell.sln.targets similarity index 100% rename from build/after.Azure.PowerShell.sln.targets rename to tools/after.Azure.PowerShell.sln.targets