Projektdateien hinzufügen.
This commit is contained in:
7
scripts/build-net48-only.ps1
Normal file
7
scripts/build-net48-only.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
$project = Join-Path $root 'src\IMSApiDotNet\IMSApiDotNet.Net48.csproj'
|
||||
dotnet restore $project
|
||||
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
||||
dotnet build $project -c Release --no-restore
|
||||
exit $LASTEXITCODE
|
||||
Reference in New Issue
Block a user