#!/bin/bash
set -e

dotnet restore
dotnet build --no-restore --no-incremental --configuration Release