CI/CD Action Error
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
Hi guys,
When I want use Github actions for ci/cd i got a error that i attched
I install all workloads and prerequesties
anybody knows why?
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
8.0.203
Anything else?
No response
my os is wnidows 11 pro edition with visual studio 17.9.0
@amirzaeii Thanks for contacting us.
to build the Web project you first need to install the wasm-tools workload of the .NET SDK.
you can check our own CI pipeline in this file:
https://github.com/bitfoundation/bitplatform/blob/develop/.github/workflows/bit.ci.yml
this specific step:
Note: if you don't need to build the MAUI project you can omit the maui-android workload. also, the wasm-experimental workload is optional.
Thank you @msynk But I install all workloads like this page https://bitplatform.dev/templates/development-prerequisites
@amirzaeii did you add that specific step to your github action?
btw, remember to run the command inside the src folder.
Nah I didn't add any other step...
you need to add it. since each run of the pipeline runs on a random VM instance so to make sure everything is available there, you need to have all the required steps in the github action yml file. lemme know plz if your problem is solved.
I'm closing this issue since there has been no activity in a long time.