From 6f6317350414bc5288bf1c7d01c4a58b34c5a4f0 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Wed, 19 Dec 2018 16:58:59 -0800 Subject: [PATCH] Fix official build (dotnet/core-setup#4885) Commit migrated from https://github.com/dotnet/core-setup/commit/6cd1c28ae373203203477b2f9fd0f463a7884c70 --- eng/pipelines/installer/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/installer/azure-pipelines.yml b/eng/pipelines/installer/azure-pipelines.yml index b42160c..44320b6 100644 --- a/eng/pipelines/installer/azure-pipelines.yml +++ b/eng/pipelines/installer/azure-pipelines.yml @@ -57,7 +57,7 @@ variables: /p:ChecksumAzureAccessToken=$(dotnetclichecksums-storage-key) # Used for publishing to dotnet myget account - name: MyGetApiKey - value: $(dotnet-myget-org-api-key ) + value: $(dotnet-myget-org-api-key) - name: MyGetFeedUrl value: https://dotnet.myget.org/F/dotnet-core/api/v2/package - name: MyGetSymbolsFeedUrl -- 2.7.4