rm experimental/stale ILLink.Tasks

This commit is contained in:
Collin M. Barrett 2019-07-16 08:30:07 -05:00
parent 5b26871143
commit c25b7692ee

View file

@ -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