Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Feb 27, 2019

React to the following change incoming from arcade: dotnet/arcade#2127. Will update this PR with the darc update later.

cc @jkotas

@ViktorHofer
Copy link
Member Author

@sandreenko related to your ask (#34385 (comment)), it would be great if you could change the command to use -os and -arch after this went into master.

@ViktorHofer
Copy link
Member Author

cc @safern

@safern
Copy link
Member

safern commented Feb 27, 2019

Should we also update corefx-base to benefit from this? i.e: not have conditions for common arguments, and we now can use -framework rather than short -f which is not as descriptive.

https://github.com/dotnet/corefx/blob/master/eng/pipelines/corefx-base.yml#L110

@ViktorHofer
Copy link
Member Author

Yeah I plan to do that as part of this PR :)

@ViktorHofer
Copy link
Member Author

Queued an official build: https://dnceng.visualstudio.com/internal/_build/results?buildId=109941. @safern any idea why the uapaot legs fail in the internal tools restore step with 401?

@ViktorHofer
Copy link
Member Author

@safern any idea why the uapaot legs fail in the internal tools restore step with 401?

Seems like it's not consistently but frequently failing with 401. We should really get the TestILC package to dnceng and get away with the secret.

cc @ericstj @zamont

- group: DotNet-HelixApi-Access
- _archiveTestsParameter: /p:ArchiveTests=Tests

- _args: -restore -build -configuration $(_BuildConfig) -ci -buildtests -arch $(_architecture) -framework $(_framework) $(_archiveTestsParameter)
Copy link
Member

Choose a reason for hiding this comment

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

Can we do this multiline? for readability purpose? Just like the call to the build script later on this file

Copy link
Member Author

Choose a reason for hiding this comment

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

sure, if that's the only nit I would prefer do that in a follow-up PR (i.e. codecoverage)


- _args: -restore -build -configuration $(_BuildConfig) -ci -buildtests -arch $(_architecture) -framework $(_framework) $(_archiveTestsParameter)
- _commonArguments: $(_args)
- _windowsOfficialBuildArguments: ''
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this to where you're setting _msbuildCommonParameters: '' as well?

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

Two small nits, they could probably wait until the Coverage PR, but wanted to call them out so that we don't forget.

@ViktorHofer ViktorHofer merged commit 76e08b6 into dotnet:master Feb 28, 2019
@ViktorHofer ViktorHofer deleted the CLISyntax branch February 28, 2019 17:55
@ViktorHofer
Copy link
Member Author

Thanks @safern. Let's address them in the follow-up PR.

@karelz karelz added this to the 3.0 milestone Mar 18, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Allow single hyphen arguments in bash build

* Add clean switch

* Darc update from build '20190228.2'


Commit migrated from dotnet/corefx@76e08b6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants