获取 Azure DevOps 管道工件输出 Windows 应用
Getting Azure DevOps Pipeline Artifact output Windows app
使用 Azure Devops。使用 Visual Designer 为 .Net 桌面应用程序制作管道。试图获取输出(exe)。我在工件中创建了一个提要,但我没有看到在管道配置中指定它的方法。在 Copy files to $(build.artifactsstagingdirectory) 的构建输出中,它显示文件已复制
2019-01-11T01:10:27.4301461Z Copying D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe to D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe
2019-01-11T01:10:27.4327361Z Copying D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe.config to D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe.config
2019-01-11T01:10:27.4335836Z Copying
D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.pdb to
D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.pdb
Publish Artifact 步骤说文件上传成功但是在哪里??我怎样才能下载它?谢谢!
2019-01-11T01:10:27.8230580Z Uploading 3 files
2019-01-11T01:10:28.1382894Z File upload succeed.
2019-01-11T01:10:28.1382985Z Upload 'D:\a\a' to file container: '#/672188/drop'
2019-01-11T01:10:28.1383023Z Associated artifact 2 with build 3
https://i.stack.imgur.com/F56M0.png
how can I download it?
您可以从摘要 选项卡下载它。有关更多信息,请参阅屏幕截图。
使用 Azure Devops。使用 Visual Designer 为 .Net 桌面应用程序制作管道。试图获取输出(exe)。我在工件中创建了一个提要,但我没有看到在管道配置中指定它的方法。在 Copy files to $(build.artifactsstagingdirectory) 的构建输出中,它显示文件已复制
2019-01-11T01:10:27.4301461Z Copying D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe to D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe
2019-01-11T01:10:27.4327361Z Copying D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe.config to D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.exe.config
2019-01-11T01:10:27.4335836Z Copying
D:\a\s\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.pdb to
D:\a\a\AzureDevopsSimpleTestApp\bin\Release\AzureDevopsSimpleTestApp.pdb
Publish Artifact 步骤说文件上传成功但是在哪里??我怎样才能下载它?谢谢!
2019-01-11T01:10:27.8230580Z Uploading 3 files
2019-01-11T01:10:28.1382894Z File upload succeed.
2019-01-11T01:10:28.1382985Z Upload 'D:\a\a' to file container: '#/672188/drop'
2019-01-11T01:10:28.1383023Z Associated artifact 2 with build 3
https://i.stack.imgur.com/F56M0.png
how can I download it?
您可以从摘要 选项卡下载它。有关更多信息,请参阅屏幕截图。