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 b9547ac commit c437e04Copy full SHA for c437e04
Build.csproj
@@ -32,7 +32,7 @@
32
<ProjectFile>oscript.csproj</ProjectFile>
33
<Framework>net6.0</Framework>
34
</PublishProjects>
35
- <PublishProjects Include="TestApp" Condition="!$(Configuration.Contains('Linux'))">
+ <PublishProjects Include="TestApp" Condition="!$([MSBuild]::Contains('$(Configuration)', 'Linux'))">
36
<ProjectFile>TestApp.csproj</ProjectFile>
37
<Framework>net6.0-windows</Framework>
38
0 commit comments