This commit is contained in:
Rolf Bjarne Kvinge 2020-10-19 10:38:11 +02:00
Родитель 3bfc112bb5
Коммит 0336815528
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -181,7 +181,7 @@ $(foreach platform,$(DOTNET_PLATFORMS),$(eval $(call InstallWorkload,$(platform)
# We create three packages: one for the workload, one for the sdk package, and one for the ref package,
# and then bundle them into a single pkg for distribution (named Microsoft.<platform>.Bundle.<version>.pkg).
# This way we can create and publish separate updated for each workload/sdk/ref package later if we want to.
# This way we can create and publish separate updates for each workload/sdk/ref package later if we want to.
define CreatePackage
# The workload package
$(TMP_PKG_DIR)/Microsoft.$1.Workload.$2.pkg: $($(1)_NUGET_TARGETS) $(WORKLOAD_TARGETS) Makefile | $(TMP_PKG_DIR)

Просмотреть файл

@ -3,8 +3,8 @@
<plist version="1.0">
<!--
This file is contains a list of app bundles contained with the package
we're creating.
This file contains a list of app bundles contained with the package we're
creating.
Here we define an empty array of app bundles, because we don't have any
app bundles in the package, nor do we want pkgbuild to guess. The Sdk