Update Intentor version and enhance Dockerfile with LibMan integration
This commit is contained in:
@@ -9,7 +9,9 @@ ARG BUILD_CONFIGURATION=Release
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["Intentor.csproj", "./"]
|
COPY ["Intentor.csproj", "./"]
|
||||||
RUN dotnet restore "Intentor.csproj"
|
RUN dotnet restore "Intentor.csproj"
|
||||||
|
RUN dotnet tool install -g Microsoft.Web.LibraryManager.Cli
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN /root/.dotnet/tools/libman restore
|
||||||
RUN dotnet build "Intentor.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
RUN dotnet build "Intentor.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
||||||
|
|
||||||
FROM build AS publish
|
FROM build AS publish
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: "Intentor"
|
name: "Intentor"
|
||||||
description: "Intent based automation platform"
|
description: "Intent based automation platform"
|
||||||
version: "0.0.1"
|
version: "0.0.2"
|
||||||
slug: "intentor"
|
slug: "intentor"
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user