neo-devpack-dotnet icon indicating copy to clipboard operation
neo-devpack-dotnet copied to clipboard

Migrate neo-test repo into neo-devpack-dotnet

Open devhawk opened this issue 3 years ago • 0 comments

This is a draft PR to test how migtrating git history from neo-test to neo-devpack-dotnet would work.

The code changes in this PR were created via the following commands:

> git remote add -f neo-test https://github.com/ngdenterprise/neo-test.git 
> git subtree add --prefix test-repo neo-test main

This imports the entire neo-test repo history into this repo and places the code under the /test-repo directory. Before merging this PR, the various projects will under /test-repo will need to be moved to their appropriate locations, engineering CI scripts will need to be updated and other housekeeping operations will need to be completed.

devhawk avatar Oct 19 '22 21:10 devhawk