Projektdateien hinzufügen.
This commit is contained in:
7
scripts/build-net48-only.cmd
Normal file
7
scripts/build-net48-only.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d "%~dp0.."
|
||||
dotnet restore src\IMSApiDotNet\IMSApiDotNet.Net48.csproj
|
||||
if errorlevel 1 exit /b %errorlevel%
|
||||
dotnet build src\IMSApiDotNet\IMSApiDotNet.Net48.csproj -c Release --no-restore
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user