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: build_windows:
stage: build stage: build
tags: tags:
- saas-windows-medium-amd64
- shared-windows - shared-windows
- windows
- windows-1809
script: script:
- dotnet --info - dotnet --info
- dotnet restore - dotnet restore
@ -35,7 +38,10 @@ build_windows:
publish_release: publish_release:
stage: publish stage: publish
tags: tags:
- saas-windows-medium-amd64
- shared-windows - shared-windows
- windows
- windows-1809
needs: needs:
- build_windows - build_windows
script: script: