9 lines
257 B
Batchfile
9 lines
257 B
Batchfile
@echo off
|
|
echo ========================================
|
|
echo EasyStream Continuous Delivery
|
|
echo One-Time Commit and Push
|
|
echo ========================================
|
|
echo.
|
|
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" once
|
|
pause
|