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
Step to publish docs to github.io has timed out after 1 hour for @azure/storage-blob package for JS. Time out was caused by a powershell bug in comparing content in html file. This step processes each html file and replaces release tag and compares it against original content. If content has 65K lines then powershell script comparison is stuck for long time. ( Didn't complete in 1 hour). Comparing as a raw content seems to work fine.
We need to change current logic to read and compare it as a raw file.
The text was updated successfully, but these errors were encountered:
Fixed the issue: Azure/azure-sdk-for-js#11827
JS pipeline running super slow on array object of `Get-Content`.
Tested using -Raw, replacement works correctly and the entire process speeds up.
Fixed the issue: Azure/azure-sdk-for-js#11827
JS pipeline running super slow on array object of `Get-Content`.
Tested using -Raw, replacement works correctly and the entire process speeds up.
Step to publish docs to github.io has timed out after 1 hour for @azure/storage-blob package for JS. Time out was caused by a powershell bug in comparing content in html file. This step processes each html file and replaces release tag and compares it against original content. If content has 65K lines then powershell script comparison is stuck for long time. ( Didn't complete in 1 hour). Comparing as a raw content seems to work fine.
We need to change current logic to read and compare it as a raw file.
The text was updated successfully, but these errors were encountered: