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 2f84e06 commit 7c2376aCopy full SHA for 7c2376a
eng/Badge.proj
@@ -9,7 +9,6 @@
9
<PropertyGroup>
10
<!-- Replace '-' with '_' for os names like 'linux-musl' -->
11
<VersionBadgeMoniker>$(OSName.Replace('-', '_'))_$(TargetArchitecture)</VersionBadgeMoniker>
12
- <VersionBadgeMoniker Condition="'$(OSNAME)' == 'linux'">linux_$(TargetArchitecture)</VersionBadgeMoniker>
13
14
<VersionBadge>$(ArtifactsShippingPackagesDir)$(VersionBadgeMoniker)_$(Configuration)_version_badge.svg</VersionBadge>
15
<VersionSvgTemplate>$(MSBuildThisFileDirectory)version_badge.svg</VersionSvgTemplate>
0 commit comments