-
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
Ubuntu build fails #1
Comments
If I do diff --git a/build/_build.csproj b/build/_build.csproj
index e4a09a9..f5f3fee 100644
--- a/build/_build.csproj
+++ b/build/_build.csproj
@@ -7,10 +7,11 @@
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
<NukeScriptDirectory>..</NukeScriptDirectory>
+ <NukeTelemetryVersion>1</NukeTelemetryVersion>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Nuke.Common" Version="5.1.4" />
+ <PackageReference Include="Nuke.Common" Version="5.3.0" />
<PackageDownload Include="GitVersion.Tool" Version="[5.6.7]" />
</ItemGroup>
I get error
Which seems to be dotnet/sdk#14281 I guess this is related to https://github.com/patrickklaeren/MassHub/actions/runs/922883754 |
Looks like a common problem I have with Nuke regardless. I want to retarget this to .NET 6. I don't actually make much use of this anymore, since Octokit isn't up to date with the latest GitHub API changes, regrettably. But will get that out hopefully tonight. |
https://github.com/patrickklaeren/MassHub/actions/runs/2623756122 working Ubuntu builds here now. I'm not able to test these currently. There are trim warnings coming from dependencies which I will need to take a look at. Release available here, https://github.com/patrickklaeren/MassHub/releases/tag/v1.2 Source updated if you want to build yourself. Hope this helps you. |
Running
act
on master:The text was updated successfully, but these errors were encountered: