You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condition="$(RuntimeIdentifier.StartsWith('linux')) Or $(RuntimeIdentifier.StartsWith('win')) Or ('$(RuntimeIdentifier)' == '' And !$([MSBuild]::IsOSPlatform('osx')))"
Condition="$(RuntimeIdentifier.StartsWith('linux')) Or $(RuntimeIdentifier.StartsWith('win')) Or ('$(RuntimeIdentifier)' == '' And !$([MSBuild]::IsOSPlatform('osx')))"
<!-- Build Belle, if building is Visual Studio and the build folder does not exist yet -->
97
106
<MessageText="Skip Belle because UmbracoBuild is '$(UmbracoBuild)' (this is not Visual Studio)."Importance="High"Condition="'$(UmbracoBuild)' != ''" />
98
107
<MessageText="Skip Belle because $(BellePath) exists."Importance="High"Condition="Exists('$(BellePath)')" />
0 commit comments