diff --git a/GitHubConfiguration.ps1 b/GitHubConfiguration.ps1 index 81bc7804..212c63f2 100644 --- a/GitHubConfiguration.ps1 +++ b/GitHubConfiguration.ps1 @@ -632,7 +632,7 @@ function Import-GitHubConfiguration # The hash is used to identify if the user has made changes to the config file prior to running the UT's locally. # It intentionally cannot be modified via Set-GitHubConfiguration and must be updated directly in the # source code here should the default Settings.ps1 file ever be changed. - 'testConfigSettingsHash' = 'A76CA42A587D10247F887F9257DB7BF5F988E8714A7C0E29D7B100A20F5D35B8E3306AC5B9BBC8851EC19846A90BB3C80FC7C594D0347A772B2B10BADB1B3E68' + 'testConfigSettingsHash' = '272EE14CED396100A7AFD23EA21CA262470B7F4D80E47B7ABD90508B86210775F020EEF79D322F4C22A53835F700E1DFD13D0509C1D08DD6F9771B3F0133EDAB' } $jsonObject = Read-GitHubConfiguration -Path $Path diff --git a/build/pipelines/azure-pipelines.ci.yaml b/build/pipelines/azure-pipelines.ci.yaml index bb32691f..d294cc72 100644 --- a/build/pipelines/azure-pipelines.ci.yaml +++ b/build/pipelines/azure-pipelines.ci.yaml @@ -31,7 +31,6 @@ jobs: pool: vmImage: 'ubuntu-16.04' steps: - - template: ./templates/verify-testConfigSettingsHash.yaml - template: ./templates/run-staticAnalysis.yaml - template: ./templates/run-unitTests.yaml @@ -39,6 +38,5 @@ jobs: pool: vmImage: 'macOS-10.14' steps: - - template: ./templates/verify-testConfigSettingsHash.yaml - template: ./templates/run-staticAnalysis.yaml - template: ./templates/run-unitTests.yaml