Skip to content

Commit 079525f

Browse files
committed
More spacing again
1 parent 47248ee commit 079525f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ stages:
382382
$(_BuildArgs)
383383
$(_InternalRuntimeDownloadArgs)
384384
displayName: Run build.sh
385-
- script: git clean -xfd src/**/obj/;
386-
./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
387-
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
388-
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
389-
$(_BuildArgs)
390-
$(_PublishArgs)
391-
$(_InternalRuntimeDownloadArgs)
385+
- script: git clean -xfd src/**/obj/;
386+
./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
387+
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
388+
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
389+
$(_BuildArgs)
390+
$(_PublishArgs)
391+
$(_InternalRuntimeDownloadArgs)
392392
displayName: Build RPM installers
393393
installNodeJs: false
394394
artifacts:
@@ -585,13 +585,13 @@ stages:
585585
timeoutInMinutes: 240
586586
steps:
587587
# Build the shared framework
588-
- script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
589-
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
588+
- script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
589+
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
590590
displayName: Build shared fx
591591
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
592-
- script: ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
593-
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
594-
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
592+
- script: ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
593+
-projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
594+
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
595595
displayName: Run build.cmd helix target
596596
env:
597597
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)