You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MsBuild 3.0x is working fine in normal services, console apps that sort of thing.
However, when using MsBuild 3.0x in web applications, it will generate an error in the web application that looks like the following:
System.Exception: Expected '[Path to Project]\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql' to exist
It appears to not be looking in [Path to Project]\bin\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql
If you downgrade to MsBuild 2.x then it works fine again.
The text was updated successfully, but these errors were encountered:
SzymonPobiega
changed the title
MSBuild 3.02 identifies wrong output folder for web applications
Installer fails in web applications due to a problem localizing the generated script files
Jan 2, 2018
MsBuild 3.0x is working fine in normal services, console apps that sort of thing.
However, when using MsBuild 3.0x in web applications, it will generate an error in the web application that looks like the following:
System.Exception: Expected '[Path to Project]\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql' to exist
It appears to not be looking in [Path to Project]\bin\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql
If you downgrade to MsBuild 2.x then it works fine again.
The text was updated successfully, but these errors were encountered: