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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
On my nuget page I already have version 2.0.0-ci303 published, but extension thinks it's a new version and tries to publish package (which, obviously, fails).
I used <Version>2.0.0-ci303</Version> before and it worked as it should, so I guess the issue is about VersionPrefix and VersionSuffix only.
I also tried to set Version back to 2.0.0-ci303 this way:
I'm using
VersionPrefix
andVersionSuffix
for myVersion
in.csproj
. It looks like this:On my nuget page I already have version
2.0.0-ci303
published, but extension thinks it's a new version and tries to publish package (which, obviously, fails).I used
<Version>2.0.0-ci303</Version>
before and it worked as it should, so I guess the issue is aboutVersionPrefix
andVersionSuffix
only.I also tried to set
Version
back to2.0.0-ci303
this way:But it also breaks CD the same way. I suppose, comments should not be proceeded by default?
The text was updated successfully, but these errors were encountered: