Publish OptProf Data files

This publishes the OptProf Data files during an official build. This
just allows for us to easily inspect the results without having to do a
download from the drop server.
上级 8965ea92
......@@ -69,6 +69,15 @@ jobs:
displayName: 'OPTPROF - Publish to Artifact Services - ProfilingInputs'
condition: succeededOrFailed()
# Publish OptProf generated JSON files as a build artifact. This allows for easy inspection from
# a build execution.
- task: PublishBuildArtifacts@1
displayName: Publish OptProf Data Files
inputs:
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\OptProf\$(BuildConfiguration)\Data'
ArtifactName: 'OptProf Data Files'
condition: succeeded()
# Created a exe that will install visual studio with this version
- task: PowerShell@2
inputs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册