Skip to content

Commit ec46dad

Browse files
committed
azure pipeline publish binary
1 parent e589141 commit ec46dad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

+7
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ steps:
2626
ls
2727
cp packetsender $(Build.ArtifactStagingDirectory)/bin/
2828
displayName: 'Copy Packet Sender binary to staging'
29+
30+
31+
- task: PublishBuildArtifacts@1
32+
inputs:
33+
PathtoPublish: '$(Build.ArtifactStagingDirectory)/bin'
34+
ArtifactName: 'BuiltApp'
35+
publishLocation: 'Container'

0 commit comments

Comments
 (0)