Documentation (mostly for scenes) (#58)

Former-commit-id: 76fe4a261710ff744d09c9dd0a9b694f759fda41
This commit is contained in:
David Himmelstrup 2020-02-22 20:32:31 +08:00 committed by GitHub
commit ff2f7f614b
45 changed files with 759 additions and 163 deletions

View file

@ -20,7 +20,7 @@ jobs:
steps:
- task: Cache@2
inputs:
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version5
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version1
path: $(STACK_ROOT)
cacheHitVar: CACHE_RESTORED
displayName: Cache stack root