Skip to content
代码片段 群组 项目
未验证 提交 12822154 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

Move Composite files to easily-found folder (#42296)

- see discussion starting at <https://github.com/dotnet/aspnetcore/pull/41855#issuecomment-1159030492>
- short answer: wildcards do not work in artifact paths
上级 4e102700
No related branches found
No related tags found
无相关合并请求
......@@ -294,7 +294,7 @@ stages:
- name: Windows_ANCMIISExpress_Msi
path: artifacts/bin/AncmIISExpressV2
- name: Windows_CompositeImages
path: artifacts/bin/Microsoft.AspNetCore.App.Runtime/**/Composite
path: artifacts/obj/Composite/Release
# Build Windows ARM
- template: jobs/default-build.yml
......
......@@ -466,7 +466,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
DependsOnTargets="_ExpandRuntimePackageRoot">
<PropertyGroup>
<CompositeTargetDir>$(TargetDir)Composite\</CompositeTargetDir>
<CompositeTargetDir>$([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', 'Composite', '$(Configuration)'))</CompositeTargetDir>
<ManagedAssetsFullPath>$(RuntimePackageRoot)$(ManagedAssetsPackagePath)</ManagedAssetsFullPath>
<NativeAssetsFullPath>$(RuntimePackageRoot)$(NativeAssetsPackagePath)</NativeAssetsFullPath>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册