changed git add command

This commit is contained in:
Brett Hewitson 2022-12-23 19:43:26 +10:00
parent a0ae472485
commit 192fa27485

View file

@ -118,7 +118,7 @@ stages:
git checkout -b master
Write-Host "Performing Git Add"
git add .
git add -A
Write-Host "Performing Git Commit"
if ('${{parameters.DeploymentType}}' -eq 'Beta') {