Remove build.bat
This commit is contained in:
parent
62c36acc48
commit
c14a364337
1 changed files with 0 additions and 17 deletions
17
build.bat
17
build.bat
|
|
@ -1,17 +0,0 @@
|
|||
@echo off
|
||||
setlocal
|
||||
set PROJ=C:\Users\janwu\OneDrive - dimedtec GmbH\Programmierung\MailPrint\MailPrint\MailPrint.csproj
|
||||
dotnet restore "%PROJ%"
|
||||
if errorlevel 1 goto :err
|
||||
dotnet build "%PROJ%" -c Release
|
||||
if errorlevel 1 goto :err
|
||||
dotnet publish "%PROJ%" -c Release -r win-x64 --self-contained false -o "C:\Users\janwu\OneDrive - dimedtec GmbH\Programmierung\MailPrint\publish"
|
||||
if errorlevel 1 goto :err
|
||||
echo.
|
||||
echo === BUILD ERFOLGREICH ===
|
||||
goto :end
|
||||
:err
|
||||
echo.
|
||||
echo === BUILD FEHLGESCHLAGEN ===
|
||||
exit /b 1
|
||||
:end
|
||||
Loading…
Add table
Add a link
Reference in a new issue