Merged PR 5220: Creating placeholder content so Publish doesn't fail.
Creating placeholder content so Publish doesn't fail.
This commit is contained in:
Родитель
8731759f89
Коммит
df0c018e1e
|
@ -47,7 +47,13 @@ stages:
|
|||
displayName: "[DEBUG] Environment Variables (After Activation)"
|
||||
|
||||
- script: |-
|
||||
# TODO: Remove this once functionality is restored
|
||||
# TODO (begin)
|
||||
echo "Doxygen is temporarily crashing, so this step has been disabled for now."
|
||||
mkdir "$(azure_artifacts_directory)/Doxygener"
|
||||
echo "Nothing to see here" > "$(azure_artifacts_directory)/Doxygener/Placeholder.txt"
|
||||
# TODO (end)
|
||||
|
||||
# $(azure_activate_script) ${{ parameters.configuration }} && Doxygener$(azure_script_extension) . "$(azure_artifacts_directory)/Doxygener" /verbose
|
||||
displayName: "<Doxygener>"
|
||||
timeoutInMinutes: 180
|
||||
|
|
Загрузка…
Ссылка в новой задаче