Skip to content

Commit 19d1cf3

Browse files
Update nightly.yml for Azure Pipelines
1 parent 32d1172 commit 19d1cf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
cmake -B build -A x64 -D BX_CONFIG_DEBUG=ON -D BGFX_CONFIG_MAX_FRAME_BUFFERS=256 -D BABYLON_DEBUG_TRACE=ON
2525
displayName: 'Generate solution'
2626
27+
- script: |
28+
cd Apps
29+
npm run getNightly
30+
displayName: 'Download nightly'
31+
2732
- task: MSBuild@1
2833
inputs:
2934
solution: 'build/BabylonNative.sln'

0 commit comments

Comments
 (0)