We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352626f commit 38b2681Copy full SHA for 38b2681
.ado/publish.yml
@@ -222,6 +222,7 @@ extends:
222
BuildDropPath: $(System.DefaultWorkingDirectory)
223
224
templateContext:
225
+ type: releaseJob
226
outputs:
227
- output: pipelineArtifact
228
displayName: 'Publish npm pack artifacts'
@@ -447,6 +448,7 @@ extends:
447
448
TreatNotIndexedAsWarning: false
449
450
451
452
sdl:
453
binskim:
454
analyzeTargetGlob: '$(System.DefaultWorkingDirectory)\NugetRoot\**\Microsoft.ReactNative\Microsoft.ReactNative.dll;$(System.DefaultWorkingDirectory)\NugetRoot\**\React.Windows.Desktop.DLL\react-native-win32.dll'
0 commit comments