From e45dfba6ac43c3a89e3107f2712fea9773f97451 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 11:37:04 +0000 Subject: [PATCH] wip --- .azuredevops/pipelines/{build.yaml => build.yml} | 0 .azuredevops/pipelines/{main.yaml => main.yml} | 0 .../pipelines/templates/{build-steps.yaml => build-steps.yml} | 0 .../pipelines/templates/{publish-steps.yaml => publish-steps.yml} | 0 .../pipelines/templates/{variables.yaml => variables.yml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .azuredevops/pipelines/{build.yaml => build.yml} (100%) rename .azuredevops/pipelines/{main.yaml => main.yml} (100%) rename .azuredevops/pipelines/templates/{build-steps.yaml => build-steps.yml} (100%) rename .azuredevops/pipelines/templates/{publish-steps.yaml => publish-steps.yml} (100%) rename .azuredevops/pipelines/templates/{variables.yaml => variables.yml} (100%) diff --git a/.azuredevops/pipelines/build.yaml b/.azuredevops/pipelines/build.yml similarity index 100% rename from .azuredevops/pipelines/build.yaml rename to .azuredevops/pipelines/build.yml diff --git a/.azuredevops/pipelines/main.yaml b/.azuredevops/pipelines/main.yml similarity index 100% rename from .azuredevops/pipelines/main.yaml rename to .azuredevops/pipelines/main.yml diff --git a/.azuredevops/pipelines/templates/build-steps.yaml b/.azuredevops/pipelines/templates/build-steps.yml similarity index 100% rename from .azuredevops/pipelines/templates/build-steps.yaml rename to .azuredevops/pipelines/templates/build-steps.yml diff --git a/.azuredevops/pipelines/templates/publish-steps.yaml b/.azuredevops/pipelines/templates/publish-steps.yml similarity index 100% rename from .azuredevops/pipelines/templates/publish-steps.yaml rename to .azuredevops/pipelines/templates/publish-steps.yml diff --git a/.azuredevops/pipelines/templates/variables.yaml b/.azuredevops/pipelines/templates/variables.yml similarity index 100% rename from .azuredevops/pipelines/templates/variables.yaml rename to .azuredevops/pipelines/templates/variables.yml