From 7deb8a161dcad945d3f9341b05bb79413b4bed65 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 18 May 2023 16:24:36 +0100 Subject: [PATCH] Fix macOS Building --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bab5337a..a1c62d1a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -246,7 +246,12 @@ jobs: displayName: "Install Dependencies" - script: yarn dist -m --publish=never - env: {GH_TOKEN : $(GH_TOKEN)} + env: + CSC_LINK: $(CSC_LINK) + CSC_KEY_PASSWORD: $(CSC_KEY_PASS) + APPLEID: $(APPLEID) + APPLEIDPASS: $(APPLEIDPASS) + GH_TOKEN: $(GH_TOKEN) displayName: "Compile Distribution" - task: CopyFiles@2