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

Don't overwrite binary logs in CI #66683

Merged
merged 3 commits into from
Feb 3, 2023
Merged

Don't overwrite binary logs in CI #66683

merged 3 commits into from
Feb 3, 2023

Conversation

jaredpar
Copy link
Member

@jaredpar jaredpar commented Feb 2, 2023

This will make it an error whenever we overwrite a binary log during CI. Doing so means we've lost one of our main tools for investigating build failures. Turning this into an error so we don't make the mistake again.

This will make it an error whenever we overwrite a binary log during CI.
Doing so means we've lost one of our main tools for investigating build
failures. Turning this into an error so we don't make the mistake
again.
@jaredpar jaredpar requested a review from a team as a code owner February 2, 2023 21:52
@jaredpar jaredpar marked this pull request as draft February 2, 2023 22:12
@jaredpar jaredpar marked this pull request as ready for review February 3, 2023 16:28
@jaredpar
Copy link
Member Author

jaredpar commented Feb 3, 2023

@dotnet/roslyn-infrastructure PTAL

@jaredpar
Copy link
Member Author

jaredpar commented Feb 3, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@jaredpar jaredpar merged commit 581a4b0 into dotnet:main Feb 3, 2023
@jaredpar jaredpar deleted the bl branch February 3, 2023 21:34
@ghost ghost added this to the Next milestone Feb 3, 2023
333fred added a commit to 333fred/roslyn that referenced this pull request Feb 6, 2023
* upstream/main: (547 commits)
  Add VerifyMethodBody helper as a replacement of VerifyIL (dotnet#66536)
  don't offer rename for ctor snippet (dotnet#66704)
  Get `ConditionalAttribute` type only once per compilation
  Convert language-specific option types to records (dotnet#66633)
  Enable MSBuild COMM log (dotnet#66708)
  ⚡️Share AssemblyloadTestFixture on Framework (dotnet#66684)
  NRT
  Don't overwrite binary logs in CI (dotnet#66683)
  Fix 'Generate Enum Member' to work in a 'Color Color' case.
  Find bitwise operators accessed through logical operators in FAR
  Semantic snippets - `propg` and `propi` snippets (dotnet#65979)
  NRT
  Properly classify aliases in quick info
  Fix
  Add tests
  Add support for finding collection initialiers with FAR
  Do not suggest replacing lambda with method group if the invoked mehod has `Conditional` attribute
  Revert "Record added node output states as new (dotnet#61575)" (dotnet#66696)
  Record added node output states as new (dotnet#61575)
  Fix formatting issue with convert-to-full-prop
  ...
@RikkiGibson RikkiGibson modified the milestones: Next, 17.6 P2 Mar 2, 2023
dibarbet pushed a commit that referenced this pull request Apr 19, 2023
* Don't overwrite binary logs in CI

This will make it an error whenever we overwrite a binary log during CI.
Doing so means we've lost one of our main tools for investigating build
failures. Turning this into an error so we don't make the mistake
again.

* actually fail

* fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants