Skip to content

Commit e0cf39f

Browse files
committed
Write swagger.g.json files in server test project instead of client test projects
1 parent f8d2a74 commit e0cf39f

File tree

25 files changed

+29
-1629
lines changed

25 files changed

+29
-1629
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# When running OpenAPI tests, these committed files are downloaded and written to disk (so we'll know when something changes).
22
# On Windows, these text files are auto-converted to crlf on git fetch, while the written downloaded files use lf line endings.
33
# Therefore, running the tests on Windows creates local changes. Staging them auto-converts back to crlf, which undoes the changes.
4-
# To avoid this annoyance, the next lines opt out of the auto-conversion and force to lf.
5-
swagger.g.json text eol=lf
4+
# To avoid this annoyance, the next line opts out of the auto-conversion and forces line endings to lf.
65
**/GeneratedSwagger/*.json text eol=lf

0 commit comments

Comments
 (0)