Skip to content

Commit 27e5492

Browse files
committed
Fix rebuild exclusion
1 parent a9cd18b commit 27e5492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/test-rebuild.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ try {
5555
# Rebuilds with other issues
5656
" --exclude net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.dll" +
5757
" --exclude netcoreapp3.1\Microsoft.CodeAnalysis.Collections.Package.dll" +
58-
" --exclude netstandard2.0\Microsoft.CodeAnalysis.Collections.Package.dll" +
58+
" --exclude netstandard1.3\Microsoft.CodeAnalysis.Collections.Package.dll" +
5959
" --exclude net45\Microsoft.CodeAnalysis.Debugging.Package.dll" +
60-
" --exclude netstandard2.0\Microsoft.CodeAnalysis.Debugging.Package.dll" +
60+
" --exclude netstandard1.3\Microsoft.CodeAnalysis.Debugging.Package.dll" +
6161
" --exclude net45\Microsoft.CodeAnalysis.PooledObjects.Package.dll" +
6262
" --exclude netstandard2.0\Microsoft.CodeAnalysis.PooledObjects.Package.dll" +
6363
" --exclude netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.UnitTests.dll" +

0 commit comments

Comments
 (0)