Added windows runner

This commit is contained in:
MaddoScientisto 2026-02-16 22:07:50 +01:00
commit b6455a4bcb

View file

@ -21,7 +21,10 @@ variables:
build_windows:
stage: build
tags:
- saas-windows-medium-amd64
- shared-windows
- windows
- windows-1809
script:
- dotnet --info
- dotnet restore
@ -35,7 +38,10 @@ build_windows:
publish_release:
stage: publish
tags:
- saas-windows-medium-amd64
- shared-windows
- windows
- windows-1809
needs:
- build_windows
script: