Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ extends:
artifactName: 'drop'
publishLocation: 'Container'
steps:
- script: |
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
displayName: "Enable Win32 long paths"
- script: |
git submodule update --init --recursive
- template: .azure-pipelines/common-templates/install-tools.yml@self
Expand Down
251 changes: 234 additions & 17 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

157 changes: 141 additions & 16 deletions openApiDocs/beta/BackupRestore.yml

Large diffs are not rendered by default.

Loading
Loading