Adding debug command

This commit is contained in:
Benedek Farkas 2024-04-04 18:43:18 +02:00
parent cd1dc17b4a
commit 2d8a66acd8

View File

@ -63,6 +63,8 @@ jobs:
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
git status
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
}