Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync and Build Source #222

Open
ghost1372 opened this issue May 20, 2024 · 3 comments
Open

Sync and Build Source #222

ghost1372 opened this issue May 20, 2024 · 3 comments

Comments

@ghost1372
Copy link
Owner

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
Copy link
Contributor

Got it. Thanks!

@ghost1372
Copy link
Owner Author

@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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants