diff options
-rw-r--r-- | PCbuild/regen.targets | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets index ff56d11..08ace57 100644 --- a/PCbuild/regen.targets +++ b/PCbuild/regen.targets @@ -110,7 +110,5 @@ <Message Text="Wrote $(OutDir)LICENSE.txt" Importance="high" /> </Target> - <Target Name="PostBuildRegen" - Condition="$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'" - DependsOnTargets="_RegenLicense" /> + <Target Name="PostBuildRegen" DependsOnTargets="_RegenLicense" /> </Project> |