mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
CI: Test
This commit is contained in:
parent
89ef81c5a8
commit
5d69059e0b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ branches:
|
|||
mono: none
|
||||
|
||||
# ASF requires .NET Core 2.0+
|
||||
dotnet: 2.0.0
|
||||
dotnet: 2.0
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -10,7 +10,7 @@ configuration: Release
|
|||
platform: Any CPU
|
||||
clone_depth: 10
|
||||
environment:
|
||||
DOTNET_CHANNEL: release/2.0.0
|
||||
DOTNET_CHANNEL: 2.0
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
RUNTIMES: generic win-x64 linux-x64 linux-arm osx-x64
|
||||
|
|
Loading…
Reference in a new issue