-
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
PC-1049: Update C# and .Net #349
Conversation
cc7bab6
to
ed12871
Compare
run: dotnet restore --configfile nuget.config | ||
|
||
- name: Build .Net code | ||
env: {DOTNET_NUGET_SIGNATURE_VERIFICATION: false} |
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.
Looks like this hasn't worked, but for what it's worth I think Linux vs Windows might be a likely culprit here!
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.
I'm not completely sure. I think its happening on Windows now as well, since my PC restarted. I'm wondering if its some sort of caching thing?
I'm waiting on a windows build right now, to see if it builds faster the second time.
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.
Hmm yes fair enough. It is a bit annoying that we're using docker but not in a way that we can replicate what's happening in CI.
While I remember: don't forget to update the README! |
3db3731
to
5d487e3
Compare
Cleaning up the attempted fixes while I think of it, so I've got a good base to revert to |
superseded by #365 |
Link to Jira ticket
Description
Updated references to C# 12 and .Net 8.0.
Preemptively fixed concurrency issues in StaticAssetsVersioningService
Checklist