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 2409f2d commit e2b6d6cCopy full SHA for e2b6d6c
.gitattributes
@@ -0,0 +1 @@
1
+* text=auto
build.cmd
@@ -5,3 +5,4 @@
5
6
@ECHO OFF
7
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*
8
+
build.sh
@@ -65,3 +65,4 @@ fi
65
66
"$DOTNET_EXE" build "$BUILD_PROJECT_FILE" /nodeReuse:false /p:UseSharedCompilation=false -nologo -clp:NoSummary --verbosity quiet
67
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- "$@"
68
0 commit comments