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

Improve build further #8

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Improve build further #8

merged 4 commits into from
Feb 22, 2024

Conversation

ItEndsWithTens
Copy link
Owner

No description provided.

Previous slowness I'd seen during the Setup .NET step wasn't the download, which was only 5 or 6 seconds, but the .zip extraction. According to what I've read since then, hosted Windows runners for now have an issue with the C: drive being slower than D:, and the suggestion was to install in the faster location as a quick fix. Let's see how that works out.
Merge is the first word of this message as a test. Checking for [skip benchmarks] first (yes I just typed it, that's another test) avoids the rare, but still possible, situation of a merge commit in a PR that's not one of Github's invisible ones after a force push. If the text is there, it's important, so obey it. Checking for 'Merge' afterwards ultimately gets the same result as checking beforehand.

This commit also gets rid of one unnecessary variable and hoists another out of the loop. Vanishingly minor imperfections, but they still bugged me.
As per ItEndsWithTens/Arbatel@fead830 this was using the style of .csproj tags necessary for analyzers in the .NET 6 preview SDK. We're well past that now, so the new style should be perfectly appropriate.
@ItEndsWithTens ItEndsWithTens merged commit 3d5ce50 into master Feb 22, 2024
2 checks passed
@ItEndsWithTens ItEndsWithTens deleted the feature_improve_build branch February 22, 2024 14:48
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.

1 participant