cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6

This commit is contained in:
Corentin Le Molgat
2022-06-10 16:06:18 +02:00
parent 30f58f4892
commit cbc5674ffb
14 changed files with 26 additions and 23 deletions

View File

@@ -89,7 +89,7 @@ RUN make archive_cpp
## build
FROM cpp_build AS dotnet_build
RUN make detect_dotnet \
&& make dotnet CMAKE_ARGS="-DUSE_DOTNET_TFM_31=OFF" JOBS=8
&& make dotnet CMAKE_ARGS="-DUSE_DOTNET_CORE_31=OFF" JOBS=8
## archive
FROM dotnet_build AS dotnet_archive
RUN make archive_dotnet