From f95580f22e71afe5fbf7173cc1ad3c49f50422d1 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 24 Oct 2017 14:41:11 -0700 Subject: [PATCH] Fix casing on import of feed tasks package (dotnet/core-setup#3342) Commit migrated from https://github.com/dotnet/core-setup/commit/648020b258adcd188ea2e31ad213b3b40db8154a --- src/installer/publish/publish.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/publish/publish.proj b/src/installer/publish/publish.proj index 4942432..3aa14c6 100644 --- a/src/installer/publish/publish.proj +++ b/src/installer/publish/publish.proj @@ -7,7 +7,7 @@ - + -- 2.7.4