Condition VS.Redist.* to PostBuildSign (#25793)
This commit is contained in:
parent
e03d8e7613
commit
59714980c9
|
|
@ -218,7 +218,7 @@ stages:
|
||||||
displayName: Build Installers
|
displayName: Build Installers
|
||||||
|
|
||||||
# A few files must also go to the VS package feed.
|
# A few files must also go to the VS package feed.
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['PostBuildSign'], 'true')) }}:
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: Push Visual Studio packages
|
displayName: Push Visual Studio packages
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue