Skip to content

Commit

Permalink
Update rebuild test Semantic Search Refs exclusions (#76933)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Jan 26, 2025
1 parent f060a3f commit 7fa4d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/test-rebuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ try {

# Semantic Search reference assemblies can't be reconstructed from source.
# The assemblies are not marked with ReferenceAssemblyAttribute attribute.
" --exclude net9.0\GeneratedRefAssemblies\Microsoft.CodeAnalysis.dll" +
" --exclude net8.0\GeneratedRefAssemblies\Microsoft.CodeAnalysis.dll" +
" --exclude net8.0\GeneratedRefAssemblies\Microsoft.CodeAnalysis.CSharp.dll" +

" --debugPath `"$ArtifactsDir/BuildValidator`"" +
" --sourcePath `"$RepoRoot/`"" +
Expand Down

0 comments on commit 7fa4d1d

Please sign in to comment.