Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created February 16, 2024 05:01
Show Gist options
  • Save timheuer/1964dfc3d8757567389360e7a2b84e2c to your computer and use it in GitHub Desktop.
Save timheuer/1964dfc3d8757567389360e7a2b84e2c to your computer and use it in GitHub Desktop.
set nbgv before
<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