feature: add .NET installation (#90)

* file: add .NET installation script dotnet.sh

* feat: add dotnet installation to custom image

* feat: add dotnet to build matrix

* Prepend `PATH` correctly
This commit is contained in:
Christian Helmich
2023-04-25 13:00:17 +02:00
committed by GitHub
parent efcaf8c96c
commit 15f9808a68
4 changed files with 35 additions and 1 deletions
+1
View File
@@ -220,6 +220,7 @@ jobs:
- js
- pwsh
- rust
- dotnet
- custom
steps:
- name: Login to GitHub Container Registry