- .NET Core 3.1
- Install .NET Core 3.1
if you do not have .NET Core download and install in from below
https://dotnet.microsoft.com/en-us/download/dotnet/3.1
- Clone this repository and cd into the folder:
git clone https://github.com/mampudi/mixasses.git
cd mixasses/mixasses/mixasses.console
dotnet build
dotnet run
or
Hit the run button in Visual Studio
Change into the test project directory
This can be used as part of CI/CD as part of the release pipeline
cd ..
cd mixassess.Integration
dotnet test -v n