Closed as not planned
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Hi guys,
I've been trying to publish my project with this error. I've searched a lot and tried a bunch of stuff, but none of them worked. Then I stumbled upon the issue where BlazeOrbit was recommended to verified the issue. The same error occurs on that project too.
I get this error:
error.log
Expected Behavior
It should have published the project
Steps To Reproduce
My steps are:
- Run command in PowerShell
BlazeOrbital\rustqr> cargo build --target wasm32-unknown-emscripten
- In BlazeOrbital\rustqr\Cargo.toml change from
crate-type = ["staticlib"]
tocrate-type = ["dylib"]
(I need dll for BlazeOrbital.Accounting) - Run command
BlazeOrbital\rustqr> cargo build --target x86_64-pc-windows-msvc
- Build solution in Visual Studio 2022
- Press "Publish" on BlazeOrbital.ManufacturingHub project
- Select folder profile with default values
- Press "Publish"
Exceptions (if any)
No response
.NET Version
6.0
Anything else?
No response