Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Oct 15, 2024
1 parent 39d6240 commit 881c725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/templates/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ variables:
windows_pool: 'pool-windows-2019'
ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool'
macos_pool: 'macOS-14'
azure_artifacts_feeds: 'internal/azure-cli_PublicPackages'
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: ${{ variables.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: ${{ variables.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: ${{ variables.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: ${{ variables.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: ${{ variables.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: ${{ variables.AZURE_ARTIFACTS_FEEDS }}
- task: Bash@3
displayName: 'Build $(deb_system) $(distro) $(arch) Package'
inputs:
Expand Down

0 comments on commit 881c725

Please sign in to comment.