Skip to content

Commit e1fab30

Browse files
authored
No build native in site extension (#22738)
1 parent c1a3a2f commit e1fab30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ stages:
159159
-noBuildRepoTasks
160160
-pack
161161
-noBuildDeps
162+
-noBuildNative
162163
$(_BuildArgs)
163164
$(_InternalRuntimeDownloadArgs)
164165
condition: ne(variables['Build.Reason'], 'PullRequest')
@@ -696,4 +697,4 @@ stages:
696697
enableSymbolValidation: false
697698
enableSigningValidation: false
698699
enableNugetValidation: false
699-
publishInstallersAndChecksums: true
700+
publishInstallersAndChecksums: true

0 commit comments

Comments
 (0)