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
This change fixes an issue with the BuildDocs.ps1 script that causes it
to throw an error when Remove-Item is called to delete the old
documentation repo folder. It now uses Test-Path to check for the
folder's existence before attempting to delete it.
0 commit comments