mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Misc
This commit is contained in:
parent
e2d16f3978
commit
4a4ebc7721
1 changed files with 2 additions and 2 deletions
4
.github/appveyor.yml
vendored
4
.github/appveyor.yml
vendored
|
@ -52,7 +52,7 @@ install:
|
|||
if ($env:DOTNET_CHANNEL) {
|
||||
dotnet --info
|
||||
|
||||
try {
|
||||
try {
|
||||
&([scriptblock]::Create((Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1'))) -Channel "$env:DOTNET_CHANNEL" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath
|
||||
} catch [System.Net.WebException],[System.IO.IOException] {
|
||||
# Not fatal for the remaining part of the script
|
||||
|
@ -64,7 +64,7 @@ install:
|
|||
if ($env:DOTNET_SDK) {
|
||||
dotnet --info
|
||||
|
||||
try {
|
||||
try {
|
||||
&([scriptblock]::Create((Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1'))) -Channel 'Current' -Version "$env:DOTNET_SDK" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath
|
||||
} catch [System.Net.WebException],[System.IO.IOException] {
|
||||
# Not fatal for the remaining part of the script
|
||||
|
|
Loading…
Reference in a new issue