Skip to content

Commit

Permalink
Update appveyor.yml (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 28, 2023
1 parent ed3c2e2 commit 497b12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/VTEX.Tests/VTEX.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ProjectGuid>2FD2F4CE-DCAB-4F78-8A20-A22CD7F74CFB</ProjectGuid>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand All @@ -26,4 +26,4 @@
<ProjectReference Include="..\..\Src\VTEX\VTEX.csproj" />
</ItemGroup>

</Project>
</Project>
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 497b12d

Please sign in to comment.