We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aed1d2 commit ae8f9ddCopy full SHA for ae8f9dd
.github/workflows/docs-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
cd FlaxEngine
55
git reset --hard $(cat ../commit.txt)
56
git lfs pull
57
- ./Development/Scripts/Linux/CallBuildTool.sh -log -arch=x64 -configuration=Development -platform=Windows -buildtargets=FlaxEditor -build -BuildBindingsOnly
+ ./Development/Scripts/Linux/CallBuildTool.sh -log -arch=x64 -configuration=Development -platform=Windows -buildtargets=FlaxEditor -build -dotnet=8 -BuildBindingsOnly
58
cd ..
59
mono docfx/docfx.exe metadata
60
mono code2yaml/code2yaml.exe code2yaml.json
0 commit comments