The yaml pipeline has the following tasks added and fails with dependency install.
task: YarnInstaller@3 inputs: versionSpec: '1.x' enter code here
task: accessibility-insights@3 inputs: hostingMode: 'staticSite' staticSiteDir: '$(Build.SourcesDirectory)\out\release\ProjectPkg\Code\wwwroot' singleWorker: true uploadOutputArtifact: true failOnAccessibilityError: true
