Skip to content

Commit 6aed496

Browse files
committed
Remove rpmpkg references and update ref pack baseline version
1 parent b6ff5fb commit 6aed496

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -372,23 +372,6 @@ stages:
372372
$(_BuildArgs)
373373
$(_InternalRuntimeDownloadArgs)
374374
displayName: Run build.sh
375-
- script: ./eng/build.sh
376-
--ci
377-
--nobl
378-
--arch arm64
379-
--build-installers
380-
--no-build-deps
381-
--no-build-nodejs
382-
--publish
383-
-p:OnlyPackPlatformSpecificPackages=true
384-
-p:BuildRuntimeArchive=false
385-
-p:LinuxInstallerType=rpm
386-
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
387-
$(_BuildArgs)
388-
$(_PublishArgs)
389-
$(_InternalRuntimeDownloadArgs)
390-
displayName: Build RPM installers
391-
target: rpmpkg
392375
artifacts:
393376
- name: Linux_arm64_Logs_Attempt_$(System.JobAttempt)
394377
path: artifacts/log/

.azure/pipelines/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -443,23 +443,6 @@ extends:
443443
$(_BuildArgs)
444444
$(_InternalRuntimeDownloadArgs)
445445
displayName: Run build.sh
446-
- script: ./eng/build.sh
447-
--ci
448-
--nobl
449-
--arch arm64
450-
--build-installers
451-
--no-build-deps
452-
--no-build-nodejs
453-
--publish
454-
-p:OnlyPackPlatformSpecificPackages=true
455-
-p:BuildRuntimeArchive=false
456-
-p:LinuxInstallerType=rpm
457-
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
458-
$(_BuildArgs)
459-
$(_PublishArgs)
460-
$(_InternalRuntimeDownloadArgs)
461-
displayName: Build RPM installers
462-
target: rpmpkg
463446
artifacts:
464447
- name: Linux_arm64_Logs_Attempt_$(System.JobAttempt)
465448
path: artifacts/log/

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
5252
<Usages>
53-
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.7.24405.7"/>
53+
<Usage Id="Microsoft.NETCore.App.Ref" Version="Microsoft.NETCore.App.Ref.9.0.0-rc.2.24473.5"/>
5454
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
5555
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
5656
</Usages>

0 commit comments

Comments
 (0)