Azure DevOps project migration tool
This tool is in very early stage!
Not to be used if no releases available!
- Install Go from https://golang.org
- Clone the project
$ go get github.com/hinrek/Azure-migrator
- This will clone the project to default
$GOPATH
=$HOME/go
(Unix)
- This will clone the project to default
Change directory into the cloned Azure-migrator project:
$ cd $HOME/go/src/github.com/hinrek/Azure-migrator/
NB! If you did not use the default $GOPATH then change the command accordingly!
Build:
$ go build
Run after build:
$ ./Azure-migrator
Run application:
$ go run main.go
$ go test ./...