From 497b12d610ac05115b03591984df585db7e18af7 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 28 Nov 2023 01:53:08 +0000 Subject: [PATCH] Update appveyor.yml (#187) --- Tests/VTEX.Tests/VTEX.Tests.csproj | 4 ++-- appveyor.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tests/VTEX.Tests/VTEX.Tests.csproj b/Tests/VTEX.Tests/VTEX.Tests.csproj index 2f0698480..2871cf1d7 100644 --- a/Tests/VTEX.Tests/VTEX.Tests.csproj +++ b/Tests/VTEX.Tests/VTEX.Tests.csproj @@ -2,7 +2,7 @@ 2FD2F4CE-DCAB-4F78-8A20-A22CD7F74CFB - net7.0 + net8.0 false latest @@ -26,4 +26,4 @@ - \ No newline at end of file + diff --git a/appveyor.yml b/appveyor.yml index a51c684f2..ba11de7bf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ init: - SET PATH=%JAVA_HOME%\bin;%PATH% before_build: +- ps: (New-Object System.Net.WebClient).DownloadFile('https://dot.net/v1/dotnet-install.ps1', "$env:appveyor_build_folder\dotnet-install.ps1") +- ps: ./dotnet-install.ps1 -Channel LTS - ps: $env:SOLUTION_NAME = $([io.path]::GetFileNameWithoutExtension($(Get-ChildItem -Path .\* -Include *.sln))) - ps: $env:SONAR_PROJECT = "$env:APPVEYOR_REPO_NAME" -replace "/","_" - ps: $env:SONAR_ORGANIZATION = "$env:APPVEYOR_REPO_NAME" -replace "/.*$","-github"