Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Oct 16, 2024
1 parent 31fa29f commit 2c9ba0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2c9ba0d

Please sign in to comment.