|
|
@@ -84,15 +84,12 @@ jobs:
|
|
|
displayName: Build x86
|
|
|
|
|
|
# This is in a separate build step with -forceCoreMsbuild to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53
|
|
|
- # TODO: need to figure out how to make site extensions build with Arcade. See https://github.com/aspnet/AspNetCore/issues/11186
|
|
|
- # - script: ./build.cmd
|
|
|
- # -ci
|
|
|
- # -pack
|
|
|
- # -forceCoreMsbuild
|
|
|
- # -noBuildDeps
|
|
|
- # /p:BuildSiteExtensions=true
|
|
|
- # $(_BuildArgs)
|
|
|
- # displayName: Build SiteExtension
|
|
|
+ - script: .\src\SiteExtensions\build.cmd
|
|
|
+ -ci
|
|
|
+ -pack
|
|
|
+ -noBuildDeps
|
|
|
+ $(_BuildArgs)
|
|
|
+ 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 previous steps.
|