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 6771187 commit 5ad2e8aCopy full SHA for 5ad2e8a
MultiProjectRepository/format-csharp-document.sh
@@ -44,10 +44,10 @@ printf """
44
"""
45
46
# Project files
47
-find "./csharp/Platform.$REPOSITORY_NAME" -type f -iname '*.cs' | sort -b | python format-csharp-files.py
+find "./csharp/Platform.$REPOSITORY_NAME" -type f -iname '*.cs' | sort -b | python2 format-csharp-files.py
48
49
# Tests files
50
-find "./csharp/Platform.$REPOSITORY_NAME.Tests" -type f -iname '*.cs' | sort -b | python format-csharp-files.py
+find "./csharp/Platform.$REPOSITORY_NAME.Tests" -type f -iname '*.cs' | sort -b | python2 format-csharp-files.py
51
52
printf """
53
\\\printindex
0 commit comments