-
-
Notifications
You must be signed in to change notification settings - Fork 58
Update Microsoft.ServiceFabric.Actors to 8.0.2707 #254
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
Conversation
sshumakov
commented
Jun 25, 2025
- Update Microsoft.ServiceFabric.Actors to ver. 8.0.2707
- Update Service Fabric Runtime to ver. 11.0.2707.1
Hi @sshumakov, thanks for making the change. It's the near the same as #253, but let's use yours to move forward. |
Let's see if the check passes. If not, I'll ask @loekd to take a look. |
@loekd the CI pipeline fails when runs from a fork, due to the missing permissions, I guess :( |
Tried something to see if the build will run. I believe there are some breaking changes in the new SF SDK that will need to be implemented here. |
So, the install of the SF runtime fails with this message. @sshumakov or @abatishchev do you have any connections with the SF team that would understand why?
|
The pipeline runs on Maybe we could create a script that finds out if there's an old version installed and then de-install it? (Wouldn't really know how to find out, and get the proper binaries in place though.) |
@loekd - added script to remove registry folder, to avoid this installation issue. Try running CI build - it should pass now. |
Nice! Just need to bump the version in the CD build. Then it's OK |
Thanks so much for your help @sshumakov and @abatishchev! |
At some point I'll create a v8 tag so the version aligns better again. |