Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird artifact error #45

Closed
the-black-wolf opened this issue Nov 24, 2022 · 5 comments
Closed

Weird artifact error #45

the-black-wolf opened this issue Nov 24, 2022 · 5 comments

Comments

@the-black-wolf
Copy link

the-black-wolf commented Nov 24, 2022

Getting this from publish:

1>------ Publish started: Project: RevenueGovernance, Configuration: Release Any CPU ------
1>Determining projects to restore...
1>All projects are up-to-date for restore.
1>RevenueGovernance -> C:\projects\RevenueGovernance\RevenueGovernance\bin\Release\net7.0-windows\win-x64\RevenueGovernance.dll
1>RevenueGovernance -> C:\projects\RevenueGovernance\RevenueGovernance\bin\Release\net7.0-windows\win-x64\publish\
1>"C:\Users\Administrator\.nuget\packages\nulastudio.netcorebeauty\1.2.9.3\targets\../tools/win-x86/ncbeauty.exe"   --loglevel Info     "C:\projects\RevenueGovernance\RevenueGovernance\bin\Release\net7.0-windows\win-x64\publish\/." ./libraries 
1>running ncbeauty...
1>checking runtime.*.json version...
1>runtime.compatibility.json no need to update
1>runtime.supported.json no need to update
1>incomplete fxr info [v/] found in deps.json: C:/projects/RevenueGovernance/RevenueGovernance/bin/Release/net7.0-windows/win-x64/publish/RevenueGovernance.deps.json
1>Artifact does not exist. /

It does not look like a standard missing artifact issue.

.net core 7 in case its important. win70-windows/win-x64

@liesauer
Copy link
Member

looks like it fails to extract the fxr info, please upload your deps.json and runtimeconfig.json.

@n0099
Copy link

n0099 commented Nov 26, 2022

I've encounter this issue too while publishing with following profile:
image

2>"C:\Users\n0099\.nuget\packages\nulastudio.netcorebeauty\1.2.9.3\targets\../tools/win-x86/ncbeauty.exe"   --loglevel Detail     "G:\n0099.dev\tbm\dev\crawler\bin\Release\net6.0\publish\/." ./libs 
2>incomplete fxr info [v/] found in deps.json: G:/n0099.dev/tbm/dev/crawler/bin/Release/net6.0/publish/tbm.Crawler.deps.json
2>Artifact does not exist. /
2>The command ""C:\Users\n0099\.nuget\packages\nulastudio.netcorebeauty\1.2.9.3\targets\../tools/win-x86/ncbeauty.exe"   --loglevel Detail     "G:\n0099.dev\tbm\dev\crawler\bin\Release\net6.0\publish\/." ./libs " exited with code 1.

here's my deps.json: tbm.Crawler.deps.zip

@liesauer
Copy link
Member

FDD and FDE only supported by NetBeauty2, so you guys need update to the lastest NetBeauty v2.0+.
@the-black-wolf @n0099

@n0099
Copy link

n0099 commented Nov 27, 2022

What's the NuGet package name of 2.0?
searching nulastudio.NetBeauty only gives me two package with different name but same version and author:
image

It's under the pre-release flag:
image

so is there any reason to keep three package with same version?

@liesauer
Copy link
Member

NetCoreBeauty only supports .NET Core and SCD mode, ncbeauty is the cli version of NetCoreBeauty.
NetBeauty supports .NET Core and .Net Fx(unfinished) and all deployment mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants