From d897aeb217730390d58de1821edb20747401a5e1 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Sun, 29 Sep 2019 12:59:59 +0100 Subject: [PATCH] Fix organization --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27ae7919..9a603573 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,7 @@ stages: - script: 'dotnet tool install --global Cake.Tool' displayName: 'Install Cake Tool' failOnStderr: true - - script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=RehanSaeed --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic' + - script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=schema-net --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic' displayName: 'Dotnet Cake PushAzureArtefacts' failOnStderr: true - deployment: GitHub