diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 750833b..cd6049d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,6 +8,6 @@ jobs: targetType: 'inline' script: | echo "Value of project is: $(project)" - exit 1 + exit 123 echo "Value of Start Date is: $(startDate)" exit 0 \ No newline at end of file