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