We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d1172 commit 19d1cf3Copy full SHA for 19d1cf3
nightly.yml
@@ -24,6 +24,11 @@ jobs:
24
cmake -B build -A x64 -D BX_CONFIG_DEBUG=ON -D BGFX_CONFIG_MAX_FRAME_BUFFERS=256 -D BABYLON_DEBUG_TRACE=ON
25
displayName: 'Generate solution'
26
27
+ - script: |
28
+ cd Apps
29
+ npm run getNightly
30
+ displayName: 'Download nightly'
31
+
32
- task: MSBuild@1
33
inputs:
34
solution: 'build/BabylonNative.sln'
0 commit comments