From 2a5b16f282150f278de40e9e607e6741634aee67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Fri, 17 Apr 2020 16:11:33 +0200 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) 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'