Skip to content

Commit b97d3f7

Browse files
committed
azure pipeline copy binary
1 parent 0f4ee9f commit b97d3f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ steps:
1919
make
2020
displayName: 'Build Packet Sender'
2121

22-
22+
- script: |
23+
mkdir -p $(Build.ArtifactStagingDirectory)/bin
24+
cp PacketSender $(Build.ArtifactStagingDirectory)/bin/
25+
displayName: 'Copy Packet Sender binary to staging'

0 commit comments

Comments
 (0)