File tree Expand file tree Collapse file tree
src/azurelinux/4.0/net11.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0 AS powershell
22ENV POWERSHELL_VERSION=7.6.1
3- RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell
3+ ARG DOTNET_PUBLIC_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
4+ RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell --source ${DOTNET_PUBLIC_FEED}
45
56FROM mcr.microsoft.com/azurelinux-beta/base/core:4.0
67
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0 AS powershell
22ENV POWERSHELL_VERSION=7.6.1
3- RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell
3+ ARG DOTNET_PUBLIC_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
4+ RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell --source ${DOTNET_PUBLIC_FEED}
45
56FROM mcr.microsoft.com/azurelinux-beta/base/core:4.0
67
You can’t perform that action at this time.
0 commit comments