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 06d0461 commit 8268118Copy full SHA for 8268118
src/KubeOps.Operator/Build/KubeOps.Operator.targets
@@ -18,7 +18,7 @@
18
<PropertyGroup>
19
<KubeOpsAssemblyTimestampAfterCompile>%(IntermediateAssembly.ModifiedTime)</KubeOpsAssemblyTimestampAfterCompile>
20
</PropertyGroup>
21
- <Message Text="Fetched intermediate assembly before compile timestamp: %(IntermediateAssembly.ModifiedTime)" />
+ <Message Text="Fetched intermediate assembly after compile timestamp: %(IntermediateAssembly.ModifiedTime)" />
22
</Target>
23
24
<Target Name="GenerateKustomizationConfig" DependsOnTargets="BaseConfig">
@@ -41,4 +41,4 @@
41
Targets="GenerateKustomizationConfig"
42
Condition="$(CliInstalled) == 0" />
43
44
-</Project>
+</Project>
0 commit comments