Add TeamName to MicroBuildCleanup@1 (#10959)
This commit is contained in:
parent
aed62cdd9f
commit
a8388b4fa4
|
|
@ -91,12 +91,12 @@ jobs:
|
|||
BuildScriptArgs: ${{ parameters.buildArgs }}
|
||||
BuildConfiguration: ${{ parameters.configuration }}
|
||||
BuildDirectory: ${{ parameters.buildDirectory }}
|
||||
TeamName: AspNetCore
|
||||
${{ if eq(parameters.agentOs, 'Windows') }}:
|
||||
JAVA_HOME: $(Agent.BuildDirectory)\.tools\jdk
|
||||
${{ if or(ne(parameters.codeSign, 'true'), ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
_SignType:
|
||||
${{ if and(eq(parameters.codeSign, 'true'), eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
TeamName: AspNetCore
|
||||
_SignType: real
|
||||
${{ insert }}: ${{ parameters.variables }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue