You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Housekeeping: Stop distributing unneeded deps.json with pkgs (#643)
* Stop distributing unneeded deps.json with GenexusClasses package id replaced.
Clear unnecessary messages at Directory.Build.targets.
* Moving configuration from veracode.yml to Directory.Build.targets to allow setting different values on each branch.
<TargetName="DumpProjects"Condition="($(TargetFramework.StartsWith($(DumpSolutionTargetFramework))) OR $(TargetFrameworks.Contains($(DumpSolutionTargetFramework))) ) AND !$(MSBuildProjectFullPath.Contains('\test\'))">
79
-
<MessageImportance="high"Text="Adding $(MSBuildProjectFullPath) to $(MSBuildThisFileDirectory)$(DumpSolutionName)"></Message>
<TargetName="DumpProjects"Condition="($(TargetFramework.StartsWith($(DumpSolutionTargetFrameworkDefault))) OR $(TargetFrameworks.Contains($(DumpSolutionTargetFrameworkDefault))) ) AND !$(MSBuildProjectFullPath.Contains('\test\')) AND ('$(IsPublishable)'=='true' OR '$(IsPublishable)'=='')">
0 commit comments