test web build trigger

This commit is contained in:
Collin M. Barrett 2019-04-28 16:43:34 -05:00
parent 4d09ff8919
commit c108b45e94

View file

@ -26,3 +26,5 @@ RUN dotnet publish -c Release -o out --no-restore
# run
FROM runtime
COPY --from=build /src/FilterLists.Web/out ./
# test build trigger