Update config.yml

This commit is contained in:
Gui.H 2019-12-24 18:51:33 +08:00 committed by GitHub
parent cbc41f5843
commit ea52542574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,10 @@ orbs:
jobs:
build:
executor:
name: win/vs2019
shell: powershell.exe
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.0
environment:
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2
steps:
- checkout
- run:
@ -15,4 +16,4 @@ jobs:
command: dotnet.exe restore
- run:
name: "Run Build step"
command: dotnet.exe publish -c Release -r win10-x64
command: dotnet.exe publish -c Release -r win10-x64