Update Intentor version and enhance Dockerfile with LibMan integration

This commit is contained in:
hvanranden
2026-01-22 19:16:10 +01:00
parent 333750c878
commit 2f273f999f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,7 +9,9 @@ ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["Intentor.csproj", "./"]
RUN dotnet restore "Intentor.csproj"
RUN dotnet tool install -g Microsoft.Web.LibraryManager.Cli
COPY . .
RUN /root/.dotnet/tools/libman restore
RUN dotnet build "Intentor.csproj" -c $BUILD_CONFIGURATION -o /app/build
FROM build AS publish
+1 -1
View File
@@ -1,6 +1,6 @@
name: "Intentor"
description: "Intent based automation platform"
version: "0.0.1"
version: "0.0.2"
slug: "intentor"
init: false
arch: