diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64d9e70..da936f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,6 +13,11 @@ trigger: pool: vmImage: 'ubuntu-latest' +steps: +- powershell: 'tzutil /s "W. Europe Standard Time"' + displayName: 'Configure Time Zone for tests' + + steps: - script: echo Hello, world! displayName: 'Run a one-line script'