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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user