Created
February 16, 2024 05:01
-
-
Save timheuer/1964dfc3d8757567389360e7a2b84e2c to your computer and use it in GitHub Desktop.
set nbgv before
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Target Name="SetContainerTagTarget" BeforeTargets="CoreCompile"> | |
<PropertyGroup> | |
<ContainerImageTag>$(GitCommitId)</ContainerImageTag> | |
</PropertyGroup> | |
</Target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment