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

parse and honor ignore-conditions from job file #11066

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Dec 5, 2024

This is part of the work to enable the end-to-end NuGet updater purely in C#.

This adds parsing for the job file's ignore-conditions property and passes those values through to the analyzer worker.

Since the end-to-end updater is not enabled, the only part of this code that will see production currently is the new parsing of the Condition type. I modelled this after the relevant type in the CLI.

@brettfo brettfo requested a review from a team as a code owner December 5, 2024 23:28
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Dec 5, 2024
@brettfo brettfo force-pushed the dev/brettfo/nuget-end-to-end-ignore branch from 57dca6c to 7885a82 Compare December 6, 2024 00:42
@randhircs randhircs force-pushed the dev/brettfo/nuget-end-to-end-ignore branch from 7885a82 to ac1d5f8 Compare December 6, 2024 17:32
@randhircs randhircs merged commit 42c8a09 into main Dec 6, 2024
70 checks passed
@randhircs randhircs deleted the dev/brettfo/nuget-end-to-end-ignore branch December 6, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants