Added windows runner
This commit is contained in:
parent
16aff04ccd
commit
b6455a4bcb
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue