mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
Update config.yml
This commit is contained in:
parent
cbc41f5843
commit
ea52542574
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user