Add a check for dependencies in windows build script
Closed this issue · 0 comments
Tranzitron commented
Description
When running the build script on windows, the restore and compile tasks fail if wasm-tools or any other dependency isn't already installed because there is no check for that.
To Reproduce:
- Dont have wasm-tools installed on the machine
- Run build.cmd/build.ps1
How to resolve
Include a check for dependencies in the build script.