From 60b7e90fbda64158d0c908d6108f46109638016f Mon Sep 17 00:00:00 2001 From: Matt Sykes Date: Tue, 27 Aug 2024 16:19:54 -0400 Subject: [PATCH 1/2] Undoing prettier --- azure-pipelines.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6326546de..1a86e0f15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,15 +37,15 @@ variables: stages: # PR's - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - # - stage: TestFormat - # displayName: Test Code Format - # jobs: - # - job: checkFormatting - # displayName: Check formatting - # container: prettier-node - # steps: - # - bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)" - # displayName: Run Prettier check + - stage: TestFormat + displayName: Test Code Format + jobs: + - job: checkFormatting + displayName: Check formatting + container: prettier-node + steps: + - bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)" + displayName: Run Prettier check - stage: TestPr displayName: Run Unit Tests For PullRequest From 67ef955146290aa741a394f7b58b7671dc4a928c Mon Sep 17 00:00:00 2001 From: Matt Sykes Date: Tue, 27 Aug 2024 16:43:05 -0400 Subject: [PATCH 2/2] Commenting out prettier again --- azure-pipelines.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a86e0f15..6326546de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,15 +37,15 @@ variables: stages: # PR's - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - - stage: TestFormat - displayName: Test Code Format - jobs: - - job: checkFormatting - displayName: Check formatting - container: prettier-node - steps: - - bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)" - displayName: Run Prettier check + # - stage: TestFormat + # displayName: Test Code Format + # jobs: + # - job: checkFormatting + # displayName: Check formatting + # container: prettier-node + # steps: + # - bash: prettier --check "$(Build.SourcesDirectory)/src/**/*.(js|vue)" + # displayName: Run Prettier check - stage: TestPr displayName: Run Unit Tests For PullRequest