build.bat 52 B

123456
  1. @echo off
  2. cd src
  3. dotnet restore
  4. dotnet build
  5. pause