Replies: 1 comment
-
|
Once we fix ProjectResource does not support ContainerImageTag MSBuild property (dotnet/aspire#12470), you should be able to set the ContainerImageTag inside the .csproj and it will "just work" with Aspire. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aspire build command is able to build docker image from referenced projects, its awesome. But trying to use custom image tag tied to project's version could be more easier to achive. Currently I'm ended acquire project path, read project file and parse the version information from it. This is done like this:
May be there is some nicer way to do that or maybe it would be possible to access the project version from generated project meta class?
I'm using aspire 13.1
Thank you
Beta Was this translation helpful? Give feedback.
All reactions