From 7ce0ce636e187d86c88a98ea723a17279390b04d Mon Sep 17 00:00:00 2001 From: Anatolii Zimovskii Date: Thu, 8 Jun 2023 16:25:46 +0300 Subject: [PATCH] make - autocommit --- linux/ecosystem/teamcity/agent/dotnet-sdk/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/teamcity/agent/dotnet-sdk/Dockerfile b/linux/ecosystem/teamcity/agent/dotnet-sdk/Dockerfile index 381d033eb..88eef597d 100644 --- a/linux/ecosystem/teamcity/agent/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/dotnet-sdk/Dockerfile @@ -66,11 +66,11 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - dotnet-apphost-pack-7.0 \ # dotnet-host \ procdump \ - procmon \ +# procmon \ powershell-preview \ powershell -# Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache +# Trigger .NET CL\I first run experience by running arbitrary cmd to populate local package cache RUN dotnet --info && \ pwsh-preview -v && \ pwsh -v