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

Add official build support to standalone templates #261

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

safern
Copy link
Member

@safern safern commented Oct 22, 2020

@safern safern force-pushed the AddOfficialBuildForStandalone branch from 072fdb7 to 0fca56f Compare October 22, 2020 21:50
publishingInfraVersion: 3
validateDependsOn:
- build
enableSourceLinkValidation: true
Copy link
Member

Choose a reason for hiding this comment

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

should we also enable validation/publishing of symbols or does that happen automatically?

Copy link
Member Author

Choose a reason for hiding this comment

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

publishing of symbols is already happening. Validation I didn't enable it because I remember there was problems with it due to a delay in the symbol server when you publish new symbols. @riarenas @epananth is that still the case?

Copy link
Member

Choose a reason for hiding this comment

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

@safern yes, I believe that's still the case.

parameters:
displayName: ${{ format('{0} {1}', parameters.osGroup, parameters.archType) }}
name: ${{ format('{0}_{1}', parameters.osGroup, parameters.archType) }}
enableTelemetry: ${{ parameters.isOfficialBuild }}
Copy link
Member

Choose a reason for hiding this comment

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

I must be missing it but where were we passing isOfficialBuild before? Looks like we were just not passing it and always defaulting to empty here right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, I saw that. I meant before this change, we seem to have been using it to set the enableTelemetry field but we weren't actually setting it on the main yml or importing it unless I'm missing something.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah I see what you're saying. The arcade templates ignore true if it is in an official build.

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

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

LGTM thanks @safern!

@safern safern merged commit b1095c5 into standalone-template Oct 22, 2020
@safern safern deleted the AddOfficialBuildForStandalone branch October 22, 2020 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants