Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phases to jobs schema change #1344

Merged
merged 10 commits into from
Nov 20, 2018
Prev Previous commit
Next Next commit
remove v2 from publish-build-assets
  • Loading branch information
chcosta committed Nov 15, 2018
commit 575f1565a078cffba37640d30bf3c681036ccadf
2 changes: 1 addition & 1 deletion eng/common/templates/job/publish-build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
runAsPublic: false

jobs:
- job: Asset_Registry_Publish_v2
- job: Asset_Registry_Publish

dependsOn: ${{ parameters.dependsOn }}

Expand Down