From c5f85e3df5e4d4ca242ac33ee66acc52f6aeff79 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Tue, 3 Mar 2020 11:22:00 -0800 Subject: [PATCH] Remove registry from the sample --- samples/multi-project/tye.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/multi-project/tye.yaml b/samples/multi-project/tye.yaml index c855c843..68c08d19 100644 --- a/samples/multi-project/tye.yaml +++ b/samples/multi-project/tye.yaml @@ -1,7 +1,6 @@ # tye application configuration file # read all about it at https://github.com/dotnet/tye name: multi-project -registry: rynowak services: - name: backend project: backend/backend.csproj