Update folder structure and update tests

This commit is contained in:
Chenyang Liu 2018-09-07 14:39:38 +08:00
Родитель 6e74dad7d5
Коммит b566e508a2
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,8 @@ FROM signalr-test-base
ENV Azure__SignalR__ConnectionString="" \
DELAY="500" \
PORT="80"
PORT="80" \
TIMEOUT="60000"
ARG SDKVersion
ENV SDKVersion ${SDKVersion}