From 5a28b3b1bbf293e7f4e7f6be218794076b65c2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 18 Aug 2019 15:40:28 +0200 Subject: [PATCH] Are env vars reset between steps? --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86a5de82..16d0485d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,6 +74,7 @@ jobs: nmake displayName: 'Build' - script: | + set PATH=%PATH%;C:\Qt\Qt5.12.4\5.12.4\msvc2017_64\bin cd $(Build.SourcesDirectory)\ci\win .\create_installer.cmd x64 7z displayName: 'Create installer'