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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue