Skip to content
代码片段 群组 项目
提交 88347d73 编辑于 作者: Michael Simons's avatar Michael Simons
浏览文件

Update build pipeline to publish source-build packages

上级 3d1c0e30
No related branches found
No related tags found
无相关合并请求
...@@ -754,7 +754,7 @@ stages: ...@@ -754,7 +754,7 @@ stages:
platform: platform:
name: 'Managed' name: 'Managed'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754' container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754'
buildScript: './eng/build.sh' buildScript: './eng/build.sh $(_PublishArgs)'
skipPublishValidation: true skipPublishValidation: true
# Publish to the BAR # Publish to the BAR
......
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
Condition=" '$(PublishInstallerBaseVersion)' == 'true' " /> Condition=" '$(PublishInstallerBaseVersion)' == 'true' " />
<_InstallersToPublish Include="$(ArtifactsDir)installers\**\*.wixlib" UploadPathSegment="Runtime" /> <_InstallersToPublish Include="$(ArtifactsDir)installers\**\*.wixlib" UploadPathSegment="Runtime" />
<_InstallersToPublish Include="$(ArtifactsDir)installers\**\*.zip" UploadPathSegment="Runtime" /> <_InstallersToPublish Include="$(ArtifactsDir)installers\**\*.zip" UploadPathSegment="Runtime" />
<_ChecksumsToPublish Include="$(ArtifactsDir)**\*.sha512" /> <_ChecksumsToPublish Include="$(ArtifactsDir)packages\**\*.sha512" />
<_ChecksumsToPublish Include="$(ArtifactsDir)installers\**\*.sha512" />
</ItemGroup> </ItemGroup>
<Target <Target
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册