File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 WorkingDirectory =" $(PySourcePath)" />
7979 </Target >
8080
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" >
8284 <Message Text =" Generated sources are up to date" Importance =" high" />
8385 </Target >
8486
119121 <Message Text =" Wrote $(OutDir)LICENSE.txt" Importance =" high" />
120122 </Target >
121123
122- <Target Name =" PostBuildRegen" DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
124+ <Target Name =" PostBuildRegen"
125+ Condition =" $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"
126+ DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
123127</Project >
You can’t perform that action at this time.
0 commit comments