From c25b7692ee40c5956e1c4afc223eaa3330dd64be Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 16 Jul 2019 08:30:07 -0500 Subject: [PATCH] rm experimental/stale ILLink.Tasks --- src/FilterLists.Agent/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FilterLists.Agent/Dockerfile b/src/FilterLists.Agent/Dockerfile index 3cce8f70f..ea4486fee 100644 --- a/src/FilterLists.Agent/Dockerfile +++ b/src/FilterLists.Agent/Dockerfile @@ -16,7 +16,6 @@ RUN dotnet restore # build COPY src/FilterLists.Agent/. . -RUN dotnet add package ILLink.Tasks -v 0.1.5-preview-1841731 -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json RUN dotnet build -c Release -r linux-musl-x64 -o out --no-restore # init Agent.Tests