cwtools / cwtools-vscode

A VS Code extension providing language server support for paradox script files using cwtools
Other
88 stars 12 forks source link

Updating build process. #44

Closed Vasolik closed 2 years ago

Vasolik commented 3 years ago

I spend some time building this project and made some changes to make it easier to build. Biggest change is in paket.dependencies. It was changed from local repo to github. Also I added option in build process not to restore packages, and some other options as well. Also I updated references to packages to new version.

tboby commented 3 years ago

I'll need to check some of the dependency upgrades, FsPickler could easily have breaking compat changes.

Also, on the changes to the build.cmd script. I have to ask, why? :) Were you having performance problems with restore?

The paket update script is handy though, I might add an option to update the git group (or everything else).

Vasolik commented 3 years ago

I'll need to check some of the dependency upgrades, FsPickler could easily have breaking compat changes.

paket update made that change. And I have run it so I can update change from local to git. Also, on the changes to the build.cmd script. I have to ask, why? :) Were you having performance problems with restore? I did not want to checkout from git every time I wanted to build project.