-
Notifications
You must be signed in to change notification settings - Fork 0
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
SLOMNI-15 Bootstrap pipeline on Cirrus #8
Conversation
…ions Update SDKs and dependencies
…gelog Update changelog for 1.39.11 release
- Remove EA.RazorCompiler - Switch to using CodeAction.NestedActions directly
…mnisharp-roslyn into joerobich/update-sdks-roslyn
…s-roslyn Update SDKs and Roslyn
fix OmniSharp#2550 inlay hints lambdas parameter type null reference exception
…nugetpackagingcore Remove NuGet.Packaging.Core, as it's an assembly that only contains forwarders
…efixer-loading Fix code fix construction
Update Roslyn to 4.12.0-1.24358.3
Update .NET SDKs
772c07a
to
ac11121
Compare
ac11121
to
dcdb117
Compare
FYI, I also plan to merge #10 (updating our fork with changes from upstream), but this PR has minimal changes to build a binary functionally similar to the previous one we used. |
env: | ||
# Allows to run builds for the 50 last commits in a branch: | ||
CIRRUS_CLONE_DEPTH: 50 | ||
CIRRUS_SHELL: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Little improvement I see: set CIRRUS_SHELL on the task level; build_linux_task could execute with bash, and build_windows_task could use powershell by default.
No description provided.