Thanks to visit codestin.com Credit goes to github.com
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 db23d4a commit f6f2751Copy full SHA for f6f2751
build.cmd
@@ -3,3 +3,4 @@ pushd %~dp0
3
dotnet publish tools\Build\Build.csproj --output tools\bin\Build --nologo --verbosity quiet
4
if %errorlevel% equ 0 dotnet tools\bin\Build\Build.dll %*
5
popd
6
+exit /b %errorlevel%
0 commit comments