chore: add Imagoverum fleet management package
This commit is contained in:
22
ImagoverumFleetManagement/README.md
Normal file
22
ImagoverumFleetManagement/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ImagoverumFleetManagement
|
||||
|
||||
## Description
|
||||
The ESMP Demo extension provides a boilerplate foundation that can be reused when building new extensions
|
||||
|
||||
## Owner
|
||||
Name: ESMP
|
||||
Email: vadim.zinoviev@matrix42.com
|
||||
|
||||
## Product
|
||||
M42 Enterprise
|
||||
|
||||
## Documentation
|
||||
- [Service Information](./service-info.yml)
|
||||
|
||||
## Runtime pre requisites
|
||||
$installer = "$env:TEMP\dotnet-sdk-8.0.415-win-x64.exe"
|
||||
Invoke-WebRequest -Uri "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.415/dotnet-sdk-8.0.415-win-x64.exe" -OutFile $installer
|
||||
Start-Process -FilePath $installer -ArgumentList "/install", "/quiet", "/norestart" -Wait
|
||||
Remove-Item $installer
|
||||
|
||||
dotnet --list-sdks
|
||||
Reference in New Issue
Block a user