/
d3h5
/
Unistream.TestTask
Обзор
Документация
Войти
/
d3h5
/
Unistream.TestTask
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Unistream.TestTask.DataAccessImpl/dbupdate.sh
23 строки
475 B
WORKSTATION-H\mrthe
Первый залив
03 июн 2025, 11:20
03 июн 2025, 11:20
33c9164
Код
Авторство
О чём код?
dotnet build if [ $? -ne 0 ]; then echo "An error occurred. The script has stopped." read -p "Press Enter to exit..." exit 1 fi dotnet tool restore if [ $? -ne 0 ]; then echo "An error occurred. The script has stopped." read -p "Press Enter to exit..." exit 1 fi dotnet ef database update --context ApplicationDbContext if [ $? -ne 0 ]; then echo "An error occurred. The script has stopped." read -p "Press Enter to exit..." exit 1 fi