We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7c643 commit f30d577Copy full SHA for f30d577
1 file changed
.github/workflows/ado/templates/sources-upload-stages.yml
@@ -94,7 +94,10 @@ stages:
94
echo "##[group]Git diff"
95
git --no-pager diff -- "$specs_dir"
96
echo "##[endgroup]"
97
- exit 1
+ echo "##[warning]Specs are not up to date. Ignoring until main branch is updated and stable."
98
+ # TODO: Re-enabled failing once specs in the main branch are updated and stable.
99
+ # ADO task:
100
+ # exit 1
101
fi
102
displayName: "Verify rendered specs are up to date"
103
0 commit comments