...
Install the pre-compiled version from binaries on MyGet using dotnet tool
global installation with --version 1.0.0-*
for getting the latest alpha2
for getting this pre-release version:
Code Block |
---|
dotnet tool install -g EdFi.Db.Deploy --add-source https://www.myget.org/F/ed-fi/api/v3/index.json --version 1.0.0-*alpha2 |
Alternately, you can get the source code from https://github.com/Ed-Fi-Alliance/Ed-Fi-Databases and checkout tag 1.0.0-alpha-2
.
...