Update Intentor version and enhance Dockerfile with LibMan integration
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
name: "Intentor"
|
||||
description: "Intent based automation platform"
|
||||
version: "0.0.1"
|
||||
version: "0.0.2"
|
||||
slug: "intentor"
|
||||
init: false
|
||||
arch:
|
||||
|
||||
Reference in New Issue
Block a user