Skip to content

Commit 9a1c62a

Browse files
authored
add 1214 to the list of skipped error codes as it's only for 8.0.4xx
1 parent 86a5d11 commit 9a1c62a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/GivenThatWeHaveErrorCodes.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public class GivenThatWeHaveErrorCodes
3535
1182,
3636
1183,
3737
1190,
38-
1192
38+
1192,
39+
1214
3940
};
4041

4142
//ILLink lives in other repos and violated the _info requirement for no error code

0 commit comments

Comments
 (0)