Projektdateien hinzufügen.
This commit is contained in:
4
scripts/build-net48.ps1
Normal file
4
scripts/build-net48.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
$project = Join-Path $root "src\IMSApiDotNet\IMSApiDotNet.csproj"
|
||||
dotnet build $project -c Release -f net48
|
||||
Reference in New Issue
Block a user