Skip to content

Commit e2b6d6c

Browse files
committed
fix: restored git config
1 parent 2409f2d commit e2b6d6c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
@ECHO OFF
77
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*
8+

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ fi
6565

6666
"$DOTNET_EXE" build "$BUILD_PROJECT_FILE" /nodeReuse:false /p:UseSharedCompilation=false -nologo -clp:NoSummary --verbosity quiet
6767
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- "$@"
68+

0 commit comments

Comments
 (0)