hi
We fixed this in 8.0.1
You can use
VersionOverride
to replace theVersion.
https://github.com/abpframework/abp/pull/18566
I have verified the fix with latest version of ABP suite 8.0.1 and latest ABP CLI version 8.0.1, issue is fixed and now it's working as expected.
Thanks a lot for your support.
liming.ma@volosoft.com
I am sharing the code via email ...
ok, Thanks
I have sent an email with project code.
hi
Windows also work
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web> dotnet publish -c Release MSBuild version 17.8.3+195e7f5a3 for .NET Determining projects to restore... All projects are up-to-date for restore. p.Account.Pro.Public.Web.OpenIddict.dll Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\Sustainium.Web.dll Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\publish\ PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web>
On my machine, it was creating a problem, I have followed the stack overflow answer. https://stackoverflow.com/questions/69919664/publish-error-found-multiple-publish-output-files-with-the-same-relative-path
<PropertyGroup> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup>
added in web app .csproj file.
Please suggest if any other way to fix it.
Thanks for your help and support.
your problem still exists?
No, this issue is fixed in 8.0.1 version
hi
Are node npm and yarn installed on your Windows server?
Yes it's installed same version as local it's working on local and not on server.
also I am using pro templates..
hi
Please share the output of
abp install-libs
command.
Node and npm not yarn, yarn also needed?
I have installed yarn and issue is fixed, it means project is required all dependencies -> Node, npm and yarm also.
this will help to other developers as well,
Thanks, maliming, for your valuable time and support.