File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN dotnet build src/NetCoreToolService --configuration Release --no-restore
77RUN dotnet publish src/NetCoreToolService --output /srv --no-build
88
99FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
10- ARG templates_version=1.4.0
10+ ARG templates_version=1.4.1
1111ARG TEMPLATE_CHECKOUT_TARGET
1212WORKDIR /srv
1313COPY --from=build /srv .
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3- # dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
3+ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
44
55if [[ -z " $TEMPLATE_CHECKOUT_TARGET " ]] ; then
66 dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} && \
You can’t perform that action at this time.
0 commit comments