From ddd7c27fe05651c5afa346cd3f036d5a4d2f1d32 Mon Sep 17 00:00:00 2001 From: sakno Date: Sun, 29 Dec 2024 13:38:12 +0200 Subject: [PATCH] Fixed working dir --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8652f27ac..ea119f691 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ stages: displayName: Publish AOT Tests inputs: command: publish - projects: $(AotTestFolder) + workingDirectory: $(AotTestFolder) arguments: --configuration Release - task: CmdLine@2 displayName: Run AOT Tests