ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.06k stars 102 forks source link

Sync and Build Source #222

Open ghost1372 opened 3 months ago

ghost1372 commented 3 months ago

Hi @GF-Huang

for syncing HCS with HC I use the following steps:

  1. i checkout to Master branch and change remote repository to HandyOrg and HandyControl image

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,

GF-Huang commented 3 months ago

Got it. Thanks!

ghost1372 commented 3 months ago

@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

image

ghost1372 commented 3 months ago

@GF-Huang i fixed github workflow script too. now you can use script in your windows and github action