ApexSQL Propagate says it succeeds in running script but expected output is not present on target DB

I have setup a list of scripts that I want executed on a DB.

The scripts create Views and Stored Procedure.

I test the connection to the DB - sucess.

I execute the script list against the DB - success.

But...the Views nor Stored Procedures actually get created on the database.

Can someone help me figure out what might be wrong here?