I'm making a build using FinalBuilder Pro 7.
I have an asp.net web site and I'm trying to use FinalBuilder's "Precompile Asp.net 2.0 Application" action. Well, It fails.
To build it successfully I need to run Visual Studio, open the web site and either build it manually from within VS or manually update all references. After that it works.
Now the question: How to force FinalBuilder to update those references? Even if I create web deployment project associated with the web site and try to build it with msbuild action it would fail for the same reason. Somehow neither action updates references automatically.
UPD: OK. Maybe I need to force msbuild to update references. How to do that? I found some properties that I can change at msbuild action. On called 'ResolveAssemblyReferencesDependsOn' I tried to put the value = true. Didn't help. Any ideas?