From 2c9ba0ddaeff4af912a78379f617f8f99e89601d Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Wed, 16 Oct 2024 10:46:42 +0800 Subject: [PATCH] Minor fix --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc119e0992f..a2d19f76ba3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -211,7 +211,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - script: | set ARCH=$(Platform) @@ -255,7 +255,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - script: | set ARCH=$(Platform) @@ -445,7 +445,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - script: | if [[ "$(Build.Reason)" == "PullRequest" ]]; then @@ -740,7 +740,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - task: Bash@3 displayName: 'Build Rpm Package: Azure Linux' @@ -836,7 +836,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - task: Bash@3 displayName: 'Build Rpm Package' inputs: @@ -958,7 +958,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') displayName: 'Pip Authenticate' inputs: - artifactFeeds: ${{ variables.AZURE_ARTIFACTS_FEEDS }} + artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) - task: Bash@3 displayName: 'Build $(deb_system) $(distro) $(arch) Package' inputs: