We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476acd5 commit 0e5e53dCopy full SHA for 0e5e53d
eng/common/scripts/Update-DocsMsPackages.ps1
@@ -133,3 +133,7 @@ if ($UpdateDocsMsPackagesFn -and (Test-Path "Function:$UpdateDocsMsPackagesFn"))
133
See https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/common_engsys.md#code-structure"
134
exit 1
135
}
136
+
137
+# Exit 0 so DevOps doesn't fail the build when the last command called by the
138
+# domain-specific function exited with a non-zero exit code.
139
+exit 0
0 commit comments