diff --git a/eng/Publishing.props b/eng/Publishing.props index 12ede2957..582fb2be8 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -24,11 +24,12 @@ - $(AGENT_OS)-$(PlatformName) - $(OS)-$(PlatformName) - $(AssetManifestFileName)-$(Rid) - $(AssetManifestFileName)-$(Architecture) + that exists in the container. Disambiguate the manifests via available properties. + AGENT_OS and AGENT_JOBNAME are present on Azure DevOps agents --> + $(AGENT_OS) + $(OS) + $(AssetManifestFileName)-$(AGENT_JOBNAME) + $(AssetManifestFileName)-$(Architecture) $(AssetManifestFileName)-checksums $(ArtifactsLogDir)AssetManifest\$(AssetManifestFileName).xml diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh index 6a3634bc5..15ecbffe3 100755 --- a/eng/dockerrun.sh +++ b/eng/dockerrun.sh @@ -148,5 +148,7 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \ -e BUILD_SOURCEBRANCH \ -e BUILD_BUILDNUMBER \ -e BUILD_SOURCEVERSION \ + -e AGENT_JOBNAME \ + -e AGENT_OS \ $DOTNET_BUILD_CONTAINER_TAG \ $BUILD_COMMAND "$@"