File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 78
78
WorkingDirectory =" $(PySourcePath)" />
79
79
</Target >
80
80
81
- <Target Name =" Regen" DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords" >
81
+ <Target Name =" Regen"
82
+ Condition =" $(Configuration) != 'PGUpdate'"
83
+ DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords" >
82
84
<Message Text =" Generated sources are up to date" Importance =" high" />
83
85
</Target >
84
86
119
121
<Message Text =" Wrote $(OutDir)LICENSE.txt" Importance =" high" />
120
122
</Target >
121
123
122
- <Target Name =" PostBuildRegen" DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
124
+ <Target Name =" PostBuildRegen"
125
+ Condition =" $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"
126
+ DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
123
127
</Project >
You can’t perform that action at this time.
0 commit comments