diff --git a/.ado/jobs/desktop.yml b/.ado/jobs/desktop.yml index f176dbcd754..96c34a14fbc 100644 --- a/.ado/jobs/desktop.yml +++ b/.ado/jobs/desktop.yml @@ -192,11 +192,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