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

Fixing erroneous padding in the arm64 pipeline yaml file #40

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions azurepipelines/adu-ubuntu-arm64-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
variables:
version.major: 0
version.minor: 7
version.patch: 0
version.pre-release: "rc1-public-preview"
version.major: 0
version.minor: 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version [](start = 4, length = 7)

yaml is truly horrible. do you know if ADO pipelines support any other format?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The official standard is yaml. It's wht all their examples use. If there is another one they do not make it obvious to find.


In reply to: 612795016 [](ancestors = 612795016)

version.patch: 0
version.pre-release: "rc1-public-preview"
version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)]
# Environment variables for all client builds:
ADUC_VERSION_MAJOR: $(version.major)
Expand Down