diff --git a/Intentor/Dockerfile b/Intentor/Dockerfile index e9e5a87..c5059af 100644 --- a/Intentor/Dockerfile +++ b/Intentor/Dockerfile @@ -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 diff --git a/Intentor/config.yaml b/Intentor/config.yaml index f480417..cb627f3 100644 --- a/Intentor/config.yaml +++ b/Intentor/config.yaml @@ -1,6 +1,6 @@ name: "Intentor" description: "Intent based automation platform" -version: "0.0.1" +version: "0.0.2" slug: "intentor" init: false arch: