# tye application configuration file # read all about it at https://github.com/dotnet/tye name: frontend-backend services: - name: backend project: backend/backend.csproj buildProperties: - name: Configuration value: Release - name: frontend project: frontend/frontend.csproj buildProperties: - name: Configuration value: Release