From 71a25ba6f77bb81a6b56fcd0af3ec1db8f50e983 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sat, 13 Mar 2021 00:01:47 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 8ec0198d7..05d393b8a 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -83,7 +83,7 @@ steps: $a.Version = $buidNumber; $a | ConvertTo-Json | Set-Content $_.FullName } - workingDirectory: 's/Artemis.Plugins' + workingDirectory: 'Artemis.Plugins' - task: DotNetCoreCLI@2 displayName: 'Publish Artemis.Plugins'