From 7787d2c5b8a59d1afe93be9c2ced31bf33c0cc3a Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 22 Dec 2022 23:13:16 +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 1e9edc32..0cd0000b 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: Publish123 stages: - template: azure-pipelines-build.yml@self