chore: rm binding to a specific project name

* i.e. restore all
This commit is contained in:
surtur 2020-11-27 13:06:05 +01:00
parent 1980f21769
commit 7590d4478f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,7 +6,7 @@ WORKDIR /src
RUN sed -i 's/2.1.519/2.1.811/' global.json
RUN dotnet --version && dotnet --info
RUN dotnet clean
RUN dotnet restore "pwt-0x01-ng.csproj"
RUN dotnet restore
RUN dotnet build -c Debug