JuliaDynamics / ResumableFunctions.jl

C# style generators a.k.a. semi-coroutines for Julia.
Other
160 stars 19 forks source link

The CI/CD build is broken #59

Closed liuq closed 1 year ago

liuq commented 1 year ago

I tried to contribute with a PullRequest but according to the CI/CD log the build is broken. The message, for your convenience, is the following:

Build started
[2](https://ci.appveyor.com/project/BenLauwens/resumablefunctions-jl/builds/46004858#L2)git clone -q https://github.com/BenLauwens/ResumableFunctions.jl.git C:\projects\resumablefunctions-jl
[3](https://ci.appveyor.com/project/BenLauwens/resumablefunctions-jl/builds/46004858#L3)git fetch -q origin +refs/pull/58/merge:
[4](https://ci.appveyor.com/project/BenLauwens/resumablefunctions-jl/builds/46004858#L4)git checkout -qf FETCH_HEAD
[5](https://ci.appveyor.com/project/BenLauwens/resumablefunctions-jl/builds/46004858#L5)The build phase is set to "MSBuild" mode (default), but no Visual Studio project or solution files were found in the root directory. If you are not building Visual Studio project switch build mode to "Script" and provide your custom build command.
Krastanov commented 1 year ago

Fixed in https://github.com/BenLauwens/ResumableFunctions.jl/pull/62