-
Notifications
You must be signed in to change notification settings - Fork 931
Enable building of extensions in the internal build pipeline using property directly instead of switch #11678
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,14 +36,14 @@ steps: | |
| -restore -build | ||
| -pack | ||
| -sign $(_SignArgs) | ||
| -buildExtension | ||
| -publish $(_PublishArgs) | ||
| -configuration ${{ parameters.buildConfig }} | ||
| /bl:${{ parameters.repoLogPath }}/build.binlog | ||
| $(_OfficialBuildIdArgs) | ||
| $(_InternalBuildArgs) | ||
| /p:TargetRids=${{ join(':', parameters.targetRids) }} | ||
| /p:SkipTestProjects=true | ||
| /p:BuildExtension=true | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we also go ahead and remove the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why? Don't we want this for PRs?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bash I think is working fine with the switch (at least that seemed to be the case locally). I do think that this should be cleaned up but perhaps we do want to actually fix it so the switch is supported? I'll leave that up to @adamint but I think we should not block this PR on that as currently the builds from main are broken. |
||
| displayName: 🟣Build | ||
|
|
||
| - task: 1ES.PublishBuildArtifacts@1 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.