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

Further attempts at building with .NET 8 #2852

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
typo fix
Thorium authored and Numpsy committed Jan 8, 2025
commit 9e9bc34d852696ad60f10a92d9d4111bbbed5120
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
@@ -895,7 +895,7 @@ Target.create "DotNetCreateNuGetPackage" (fun _ ->
publish zipFile

Directory.ensure "temp"
let testZip8 = "temp/tests.zip"
let testZip = "temp/tests.zip"

!! "src/test/*/bin/Release/net8.0/**" |> Zip.zip "src/test" testZip