We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4ee9f commit b97d3f7Copy full SHA for b97d3f7
azure-pipelines.yml
@@ -19,4 +19,7 @@ steps:
19
make
20
displayName: 'Build Packet Sender'
21
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