Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Fixes #9814 -- Running tests with -ci requires -excludeCIBinarylog switch, which doesn't exist

In the build we verify that when we are running under the CI we specify production of a binary log. The -excludeCIBinarylog was intended to allow a developer who knew they didn't need a binary log when specifying -CI could specify that, which would allow us to skip production of the binaryLog. However, the implementation for it disappeared or never materialized because "busyness".

This PR adds it in.

  • switch
  • help text
  • error if combined with -binarylog

@KevinRansom KevinRansom requested a review from brettfo July 28, 2020 22:39
@abelbraaksma
Copy link
Contributor

Cool! Glad you could fix it so quickly!

@KevinRansom KevinRansom merged commit 5ee787b into dotnet:master Jul 29, 2020
@KevinRansom KevinRansom deleted the excludeCIBinaryLog branch August 19, 2020 20:21
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
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.

Running tests with -ci requires -excludeCIBinarylog switch, which doesn't exist

3 participants