mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
CI: Use latest SDK version
This commit is contained in:
parent
3acaa530b4
commit
4054e60592
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -6,7 +6,7 @@ env:
|
|||
CONFIGURATION: Release
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||
DOTNET_NOLOGO: 1
|
||||
DOTNET_SDK_VERSION: 5.0.100
|
||||
DOTNET_SDK_VERSION: 5.0.x
|
||||
NET_CORE_VERSION: net5.0
|
||||
NET_FRAMEWORK_VERSION: net48
|
||||
NODE_JS_VERSION: 12
|
||||
|
|
|
@ -6,11 +6,11 @@ image: Visual Studio 2019
|
|||
configuration: Release
|
||||
clone_depth: 10
|
||||
environment:
|
||||
# DOTNET_CHANNEL: 5.0
|
||||
DOTNET_CHANNEL: 5.0
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_INSTALL_DIR: C:\Program Files\dotnet
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_SDK: 5.0.100
|
||||
# DOTNET_SDK: 5.0.103
|
||||
NET_CORE_VERSION: net5.0
|
||||
NET_FRAMEWORK_VERSION: net48
|
||||
NODE_JS_VERSION: lts
|
||||
|
|
Loading…
Reference in a new issue