From bd8ba97281b4ef3fb0cbd621ce0af403cb5dbac9 Mon Sep 17 00:00:00 2001 From: Jorge Carlos Franco Date: Wed, 28 Feb 2024 10:48:07 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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