diff --git a/.ado/jobs/desktop.yml b/.ado/jobs/desktop.yml index 8adb4231e48..4e3479d8a63 100644 --- a/.ado/jobs/desktop.yml +++ b/.ado/jobs/desktop.yml @@ -188,11 +188,7 @@ jobs: InputType: 'Basic' Function: 'analyze' TargetPattern: 'guardianGlob' - # Scanning v8jsi.dll in x64/x86 only, because PDBs are stripped in ARM64 - ${{ if ne(matrix.BuildPlatform, 'ARM64') }}: - AnalyzeTargetGlob: '$(Build.SourcesDirectory)\vnext\target\${{ matrix.BuildPlatform }}\${{ matrix.BuildConfiguration }}\\React.Windows.Desktop.DLL\*.dll' - ${{ else }}: - AnalyzeTargetGlob: '$(Build.SourcesDirectory)\vnext\target\${{ matrix.BuildPlatform }}\${{ matrix.BuildConfiguration }}\\React.Windows.Desktop.DLL\react-native-win32.dll' + AnalyzeTargetGlob: '$(Build.SourcesDirectory)\vnext\target\${{ matrix.BuildPlatform }}\${{ matrix.BuildConfiguration }}\React.Windows.Desktop.DLL\react-native-win32.dll' AnalyzeVerbose: true toolVersion: 'Latest' continueOnError: true