We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff87ec commit e7efc6eCopy full SHA for e7efc6e
Microsoft.NET.Build.Containers/build/Microsoft.NET.Build.Containers.targets
@@ -71,7 +71,7 @@
71
ImageTag="$(ContainerImageTag)"
72
PublishDirectory="$(PublishDir)"
73
WorkingDirectory="$(ContainerWorkingDirectory)"
74
- Entrypoint="$(ContainerEntrypoint)"
75
- EntrypointArgs="$(ContainerEntrypointArgs)"/>
+ Entrypoint="@(ContainerEntrypoint)"
+ EntrypointArgs="@(ContainerEntrypointArgs)"/>
76
</Target>
77
</Project>
0 commit comments