Debugging

This commit is contained in:
Benedek Farkas 2024-04-04 18:55:45 +02:00
parent ff3570421a
commit 5c6ee921f0

View File

@ -64,7 +64,7 @@ jobs:
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
git status
git diff
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)))