You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Fix the file path references so they are relative to the blob and not the buildspace. We use ; as the substitute so don't have to escape every forwardslash
# Fix the file path references so they are relative to the blob and not the buildspace. We use ; as the substitute so don't have to escape every forwardslash
44
46
sed -i "s;${PROJECT_NAME}/src;src;g" $BUILD_WORKSPACE/doxygen/doxygen_warnings.log || exit 1
45
47
sed -i "s;${PROJECT_NAME}/test;test;g" $BUILD_WORKSPACE/doxygen/doxygen_warnings.log || exit 1
0 commit comments