Merge branch 'main' into merge/release/8.0.2xx-to-main
# Conflicts: # src/SourceBuild/content/eng/Versions.props # src/SourceBuild/content/global.json
This commit is contained in:
commit
be3df24252
81 changed files with 2011 additions and 220 deletions
|
@ -213,16 +213,16 @@ namespace EndToEnd.Tests
|
|||
|
||||
string expectedOutput =
|
||||
@"[\-\s]+
|
||||
[\w \.]+webapp,razor\s+\[C#\][\w\ \/]+
|
||||
[\w \.]+classlib\s+\[C#\],F#,VB[\w\ \/]+
|
||||
[\w \.]+console\s+\[C#\],F#,VB[\w\ \/]+
|
||||
[\w \.\(\)]+webapp,razor\s+\[C#\][\w\ \/]+
|
||||
[\w \.\(\)]+classlib\s+\[C#\],F#,VB[\w\ \/]+
|
||||
[\w \.\(\)]+console\s+\[C#\],F#,VB[\w\ \/]+
|
||||
";
|
||||
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
{
|
||||
expectedOutput +=
|
||||
@"[\w \.]+winforms\s+\[C#\],VB[\w\ \/]+
|
||||
[\w \.]+\wpf\s+\[C#\],VB[\w\ \/]+
|
||||
@"[\w \.\(\)]+winforms\s+\[C#\],VB[\w\ \/]+
|
||||
[\w \.\(\)]+\wpf\s+\[C#\],VB[\w\ \/]+
|
||||
";
|
||||
}
|
||||
//list should end with new line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue