SUccessfull build but post and pre deploy script didn't run

mark.garcia's Avatar

mark.garcia

16 Sep, 2020 08:42 AM

https://ci.appveyor.com/project/BuchananGroup/hometesterclubdb/builds/35231189

I was expecting to have those scripts run to manipulate some date before or after the deployment but that didn't seem to work.
Do I need to specify anything else in the yaml file? I've attahed that yaml file and also the reference to the post ande pre deploy scripts.

PRE DEPLOYMENT script
IF (EXISTS (SELECT *
                 FROM INFORMATION_SCHEMA.TABLES
                 WHERE TABLE_SCHEMA = 'dbo'
                 AND TABLE_NAME = 'users'))
BEGIN
    --Do Stuff
    print('has users')
END
ELSE
    print('has NO users')

POST DEPLOYMENT SCRIPT
Select * from Users;

  1. mark.garcia closed this discussion on 04 Feb, 2021 05:12 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

13 Sep, 2023 06:05 AM
10 Sep, 2023 03:43 PM
09 Sep, 2023 05:53 PM
08 Sep, 2023 07:10 PM
31 Aug, 2023 07:59 PM
13 Aug, 2023 04:55 AM