Skip to content

Commit 6615997

Browse files
authored
[Fix] Possible fix for MyGet package deps (#2653)
1 parent f32d3f6 commit 6615997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Discord.Net.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(BuildNumber)' != '' And $(IsTagBuild) != 'true' ">
1818
<VersionSuffix Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
19-
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">build-$(BuildNumber)</VersionSuffix>
19+
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">$(BuildNumber)</VersionSuffix>
2020
</PropertyGroup>
2121
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2222
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>

0 commit comments

Comments
 (0)