From 4573465d6a1cfb23f15593ec6a159d57863b285d Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 22 Dec 2022 23:10:13 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index fe6d6143..1e9edc32 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -20,7 +20,7 @@ variables: - name: ProjectFile value: 'src/$(ApplicationName)/$(ApplicationName).csproj' - name: PublishFolder - value: publish + value: Publish stages: - template: azure-pipelines-build.yml@self