HandyControls
HandyControls copied to clipboard
Sync and Build Source
Hi @GF-Huang
for syncing HCS with HC I use the following steps:
- i checkout to Master branch and change remote repository to HandyOrg and HandyControl
after saving changes, i fetch all changes from remote (git pull).
2.i change remote repository to ghost1372 and HandyControls (revert changes)
and i push Master branch to github repo.
3.i change branch to develop
4.open terminal and merge branch
git merge master
5.i try to resolve conflicts
6.push to github
for building source code i did not use script, i use visual studio itself. I observed several cases that the script does not build well and some files are sometimes lost. however i only use it for building repo in github action, it seems that script is broken and does not work properly i am working on it,
Got it. Thanks!
@GF-Huang script fixed. for building, open terminal in build folder and enter following commands:
dotnet new tool-manifest
dotnet tool install cake.tool
dotnet tool install minver-cli
dotnet cake
@GF-Huang i fixed github workflow script too. now you can use script in your windows and github action