|
|
@@ -283,17 +283,15 @@ stages:
|
|
|
$(WindowsArm64LogArgs)
|
|
|
displayName: Build ARM64
|
|
|
|
|
|
- # Submit a manual build (in public or internal project) to validate changes to site extensions.
|
|
|
- - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
|
|
- - script: .\src\SiteExtensions\build.cmd
|
|
|
- -ci
|
|
|
- -noBuildRepoTasks
|
|
|
- -pack
|
|
|
- -noBuildDeps
|
|
|
- -noBuildNative
|
|
|
- $(_BuildArgs)
|
|
|
- $(_InternalRuntimeDownloadArgs)
|
|
|
- displayName: Build SiteExtension
|
|
|
+ - script: .\src\SiteExtensions\build.cmd
|
|
|
+ -ci
|
|
|
+ -noBuildRepoTasks
|
|
|
+ -pack
|
|
|
+ -noBuildDeps
|
|
|
+ -noBuildNative
|
|
|
+ $(_BuildArgs)
|
|
|
+ $(_InternalRuntimeDownloadArgs)
|
|
|
+ displayName: Build SiteExtension
|
|
|
|
|
|
# This runs code-signing on all packages, zips, and jar files as defined in build/CodeSign.targets. If
|
|
|
# https://github.com/dotnet/arcade/issues/1957 is resolved, consider running code-signing inline with the other
|