stride3d / stride

Stride Game Engine (formerly Xenko)
https://stride3d.net
MIT License
6.32k stars 917 forks source link

Revert "fix: assembly load failure when building Stride based project on clean machine" #2317

Closed Eideren closed 2 weeks ago

Eideren commented 2 weeks ago

Reverts stride3d/stride#2308 Visual Studio solutions and Stride.ConnectionRouter fail to pack the dll as they don't have the referenced dll in their output path https://teamcity.stride3d.net/buildConfiguration/Engine_Tests_WindowsSimple/25642?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildDeploymentsSection=false&expandBuildChangesSection=true&expandBuildProblemsSection=true

Could you look into this @azeno ?

Now naively adding a condition to this BuildOutputInPackage works but best to check if those projects actually need this dll.

azeno commented 2 weeks ago

@Eideren See https://github.com/stride3d/stride/pull/2319