Skip to content

Commit

Permalink
Switch Publishing to DevOps Feed (#1295)
Browse files Browse the repository at this point in the history
* Add ref to azure-sdk-build-tools in preparation of rename of net-release-blobfeed.yml

* Switch to publishing to azure-sdk-for-net blob feed
  • Loading branch information
chidozieononiwu authored Jun 4, 2021
1 parent 9fa70da commit a5a7a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resources:
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools
ref: refs/tags/azure-sdk-build-tools_20210602.1
ref: refs/tags/azure-sdk-build-tools_20210603.1

stages:
- stage: 'Build_and_Test'
Expand Down Expand Up @@ -108,7 +108,7 @@ stages:
name: SmokeTest_S_Z
filter: "^[s-z]"
- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
- template: pipelines/stages/net-release-blobfeed.yml@azure-sdk-build-tools
- template: pipelines/stages/net-release-to-feed.yml@azure-sdk-build-tools
parameters:
ShouldTag: false
ShouldSign: false
Expand Down

0 comments on commit a5a7a52

Please sign in to comment.