From 745fe34509a79ce1f5ed8d4103b6c0f34cd99269 Mon Sep 17 00:00:00 2001 From: milek7 Date: Sat, 7 Sep 2019 16:19:06 +0200 Subject: [PATCH] publish shaders zip on azure too --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 101cbec6..c41f76b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,6 +57,11 @@ jobs: vmImage: 'vs2017-win2016' displayName: 'Windows VS2017 Debug' steps: + - task: PublishBuildArtifacts@1 + inputs: + pathtoPublish: 'shaders' + artifactName: shaders + displayName: 'Publish shaders' - script: | cd ref git clone "https://github.com/chriskohlhoff/asio" --depth 1 --branch asio-1-12-2 -q