File tree Expand file tree Collapse file tree
src/PostSharp.Engineering.BuildTools/ContinuousIntegration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1031,7 +1031,11 @@ TeamCitySourceDependency CreateSourceDependencyFromDefintion( DependencyDefiniti
10311031 new TeamCityEngineeringCommandBuildStep (
10321032 $ "Bump{ bumpedProjectId . Split ( '_' ) . Last ( ) } ",
10331033 $ "Bump version of { bumpedProjectName } ",
1034- "bump" ) { WorkingDirectory = $ "source-dependencies/{ bumpedProjectName } " } ) ;
1034+ "bump" ,
1035+ areCustomArgumentsAllowed : true )
1036+ {
1037+ WorkingDirectory = $ "source-dependencies/{ bumpedProjectName } "
1038+ } ) ;
10351039
10361040 consolidatedVersionBumpSourceDependencies . Add ( CreateSourceDependencyFromDefintion ( dependencyDefinition ) ) ;
10371041
@@ -1132,7 +1136,8 @@ bool TryAddPreOrPostDeploymentBuildConfiguration(
11321136 $ "{ objectName } _{ projectRelativeId } ",
11331137 $ "{ commandName } deployment of { project . Name } ",
11341138 command ,
1135- "--configuration Public --buildNumber %build.number% --buildType %system.teamcity.buildType.id% --use-local-dependencies" )
1139+ "--configuration Public --buildNumber %build.number% --buildType %system.teamcity.buildType.id% --use-local-dependencies" ,
1140+ areCustomArgumentsAllowed : true )
11361141 {
11371142 WorkingDirectory = $ "source-dependencies/{ project . Name } "
11381143 } ) ;
You can’t perform that action at this time.
0 commit comments