Projektdateien hinzufügen.
This commit is contained in:
2
scripts/build.cmd
Normal file
2
scripts/build.cmd
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
dotnet build "%~dp0..\IMSApiDotNet_10.0.0-59_HttpClient.sln" -c Release
|
||||
3
scripts/build.ps1
Normal file
3
scripts/build.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
dotnet build "$root\IMSApiDotNet_10.0.0-59_HttpClient.sln" -c Release
|
||||
3
scripts/test.ps1
Normal file
3
scripts/test.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
dotnet run --project "$root\tests\IMSApiDotNet.ProtocolVectors\IMSApiDotNet.ProtocolVectors.csproj" -c Release
|
||||
Reference in New Issue
Block a user