We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5482be commit f565a5dCopy full SHA for f565a5d
integration-test/runtime.Tests.ps1
@@ -188,7 +188,7 @@ Describe 'Console app regression (missing System.Reflection.Metadata)' {
188
dotnet remove ./net4-console/console-app.csproj package Sentry
189
}
190
191
- It 'Ensure System.Reflection.Metadata is not missing' {
+ It 'Ensure System.Reflection.Metadata is not missing' -Skip:(!$IsWindows) {
192
$path = './net4-console'
193
Remove-Item -Recurse -Force -Path @("$path/bin", "$path/obj") -ErrorAction SilentlyContinue
194
AddPackageReference $path 'Sentry'
0 commit comments