Skip to content

Commit a03fa6d

Browse files
committed
Add dotnet container support & container name
1 parent 87b65ab commit a03fa6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/Directory.Build.Common.props

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6+
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
67
</PropertyGroup>
78

89
<!-- Common library and package properties -->

src/Cli/func/Azure.Functions.Cli.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>func</ToolCommandName>
1313
<PackageId>Microsoft.Azure.Functions.CoreTools</PackageId>
14+
<ContainerRepository>Microsoft.Azure.Functions.Cli</ContainerRepository>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64' OR '$(RuntimeIdentifier)' == 'win-x86'">

0 commit comments

Comments
 (0)