From 4a41ae6e831c709856fce8e02fa12c8e370fa77e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 23 Oct 2019 13:38:26 +0200 Subject: [PATCH] azure: handle system updates --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9d659ab..b16ade2c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,7 @@ jobs: - script: | set PATH=%CD:~0,2%\$(MSYS_DIR)\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem %CD:~0,2%\$(MSYS_DIR)\usr\bin\pacman --noconfirm -Syyuu + %CD:~0,2%\$(MSYS_DIR)\usr\bin\pacman --noconfirm -Syuu displayName: Update MSYS2 - script: | set PATH=%CD:~0,2%\$(MSYS_DIR)\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem