mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-16 00:53:17 +08:00
15 lines
323 B
YAML
15 lines
323 B
YAML
image: mcr.microsoft.com/windows/server
|
|
|
|
Build:
|
|
tags:
|
|
- windows
|
|
script:
|
|
- dotnet restore
|
|
- dotnet build -c Release --no-restore
|
|
- dotnet publish --property:OutputPath=.\publish\
|
|
- Move-Item -Path .\publish\publish\*.exe -Destination .\
|
|
artifacts:
|
|
paths:
|
|
- .\*.exe
|
|
expire_in: 90 days
|