import sys

sys.path.append("./senior-ci")

from ci import DotNetAppsCI

dotnet_apps_ci = DotNetAppsCI(sys.argv[1:])
dotnet_apps_ci.exec_ci()
