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 ae526c0 commit f0aba02Copy full SHA for f0aba02
test/Cli/Func.E2ETests/Commands/FuncPack/PythonPackTests.cs
@@ -138,7 +138,7 @@ public void Pack_PythonFromCache_WorksAsExpected()
138
[Fact]
139
public void Pack_Python_BuildNativeDeps_OnWindows_WorksAsExpected()
140
{
141
- if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) || !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
+ if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) && !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
142
143
// Only validate this scenario on Linux or macOS
144
return;
0 commit comments