Merge pull request #835 from clienthax/ci

More CI fun.
This commit is contained in:
clienthax 2022-01-02 16:33:16 +00:00 committed by GitHub
commit 56a692f247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev f
WORKDIR /src
COPY . .
#RUN rm -rf ./packages
RUN git status
#RUN git status
# Build and test everything
RUN dotnet restore "CompatBot/CompatBot.csproj"
RUN dotnet build "CompatBot/CompatBot.csproj" -c Release