diff --git a/build/PackageArchive.targets b/build/PackageArchive.targets
index 0d9af52cb4..e7819859d8 100644
--- a/build/PackageArchive.targets
+++ b/build/PackageArchive.targets
@@ -45,7 +45,8 @@
$(_WorkRoot)obj\$(OutputPackageName)
- $(RepositoryRoot)artifacts\$(OutputPackageName).lzma
+ $(ArtifactsDir)lzma\
+ $(FallbackOutputDir)$(OutputPackageName).lzma
$(_WorkRoot)restoresources.$(OutputPackageName).props
@@ -59,7 +60,7 @@
OutputPath="$(GeneratedFallbackRestoreSourcesPropsPath)" />
-
+
-
+
diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets
index bbeb93a645..8e8ac07495 100644
--- a/build/RuntimeStoreInstaller.targets
+++ b/build/RuntimeStoreInstaller.targets
@@ -11,6 +11,7 @@
<_WorkLayoutDir>$(_WorkRoot).l\
<_WorkOutputDir>$(_WorkRoot).o\
<_DockerRootDirectory>/opt/code/
+ $(ArtifactsDir)installers\
aspnetcore-store
dotnet-hosting
@@ -69,7 +70,7 @@
-
+
@@ -143,7 +144,7 @@
-s dir
-t rpm
-n $(RPMInstallerPrefix)-$(RPMVersion)
- -p $(_DockerRootDirectory)artifacts/$(RPMInstallerPrefix)-$(RPMVersion)-$(RPMFileSuffix)
+ -p $(_DockerRootDirectory)artifacts/installers/$(RPMInstallerPrefix)-$(RPMVersion)-$(RPMFileSuffix)
-v $(RPMVersion)
--iteration $(RPMRevision)
-a amd64
@@ -355,7 +356,7 @@