We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6f278 commit 4eb78ccCopy full SHA for 4eb78cc
cmake/docker/almalinux/dotnet.Dockerfile
@@ -12,6 +12,7 @@ RUN dotnet --info
12
FROM env AS devel
13
WORKDIR /home/project
14
COPY . .
15
+RUN sed -i 's/\(<SignAssembly>\).*\(<\/SignAssembly>\)/\1false\2/' ortools/dotnet/Google.OrTools*.csproj.in
16
17
FROM devel AS build
18
RUN cmake -version
cmake/docker/rockylinux/dotnet.Dockerfile
0 commit comments