Skip to content

Commit 38b2681

Browse files
authored
Mark release jobs in their templateContext. (#15630)
This PR marks release jobs inside publish.yml with "type: releaseJob".
1 parent 352626f commit 38b2681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ado/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ extends:
222222
BuildDropPath: $(System.DefaultWorkingDirectory)
223223

224224
templateContext:
225+
type: releaseJob
225226
outputs:
226227
- output: pipelineArtifact
227228
displayName: 'Publish npm pack artifacts'
@@ -447,6 +448,7 @@ extends:
447448
TreatNotIndexedAsWarning: false
448449

449450
templateContext:
451+
type: releaseJob
450452
sdl:
451453
binskim:
452454
analyzeTargetGlob: '$(System.DefaultWorkingDirectory)\NugetRoot\**\Microsoft.ReactNative\Microsoft.ReactNative.dll;$(System.DefaultWorkingDirectory)\NugetRoot\**\React.Windows.Desktop.DLL\react-native-win32.dll'

0 commit comments

Comments
 (0)