16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 19:29:19 +02:00

publish shaders zip on azure too

This commit is contained in:
milek7
2019-09-07 16:19:06 +02:00
parent 7fd594ce51
commit 745fe34509

View File

@@ -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