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
Merge pull request DbUp#662 from DbUp/660-failing-builds-after-mergin…
…g-add-azure-sql-support-with-net60-652
Azure SQL Server and Oracle Connection Clean Ups
Do Not Build on Push
Having both "push" and "pull_request" meant that mulitple builds were
being done for one change to a PR. A branch can be built if necessary by
triggering the manual "workflow_dispatch" task. Unless this is
specifically necessary, though, the work will still be built when a PR
is created.
Make Script.Name virtual as well so c# scripts can use their type name (
DbUp#540)
* Make Script.Name virtual as well so c# scripts can use their type name