Skip to content

Commit

Permalink
Back out SetDevVersion changes. (#20899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored May 6, 2021
1 parent a47a11a commit 98311bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ stages:
- stage: Release_${{artifact.safeName}}
displayName: 'Release: ${{artifact.name}}'
dependsOn: Signing
variables:
SetDevVersion: $[stageDependencies.Build.Build.outputs['VersioningProperties.SetDevVersion']]
condition: and(succeeded(), ne(variables['SetDevVersion'], 'true'), ne(variables['Skip.Release'], 'true'), ne(variables['Build.Repository.Name'], 'Azure/azure-sdk-for-net-pr'))
jobs:
- deployment: TagRepository
Expand Down Expand Up @@ -241,11 +239,9 @@ stages:

- stage: Integration
dependsOn: Signing
variables:
SetDevVersion: $[stageDependencies.Build.Build.outputs['VersioningProperties.SetDevVersion']]
jobs:
- job: PublishPackages
condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal'))
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
displayName: Publish package to daily feed
variables:
BlobFeedUrl: 'https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-net/index.json'
Expand Down

0 comments on commit 98311bc

Please sign in to comment.