aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
blob: 3adf473e62c08d4f268e5e0c682d64636966eb24 (plain)
1
2
3
4
5
6
7
8
@setlocal
@pushd %~dp0

dotnet build -c Release
dotnet pack -c Release

@popd
@endlocal