Skip to content

Commit

Permalink
ci: rollback + install latest .net 8 sdk
Browse files Browse the repository at this point in the history
aguacongas authored Jan 23, 2025
1 parent 7ee2870 commit 575736d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -18,18 +18,15 @@ environment:
init:
- cmd: git config --global core.autocrlf true
install:
- ps: Install-Product node 20 x64
- cmd: pwsh .\dotnet-install.ps1 -Version 8.0.12 -Runtime dotnet -Architecture x64 -InstallDir "C:\Program Files\dotnet"
- cmd: pwsh .\dotnet-install.ps1 -Version 8.0.12 -Runtime aspnetcore -Architecture x64 -InstallDir "C:\Program Files\dotnet"
- ps: .\dotnet-install.ps1 -Version $env:donetsdk -InstallDir "C:\Program Files\dotnet"
- ps: if ($isWindows) { Install-Product node '' }
- cmd: pwsh .\dotnet-install.ps1 -Version 8.0.405
- ps: dotnet tool install --global GitVersion.Tool
- ps: dotnet gitversion /l console /output buildserver
- ps: if ($isWindows) { .\dotnet-install.ps1 -Version $env:donetsdk }
- ps: dotnet tool install --global dotnet-sonarscanner
- cmd: set PATH=%JAVA_HOME%\bin;%PATH%
- cmd: nuget install ReportGenerator -ExcludeVersion
- ps: ./appveyorinit.ps1
- ps: dotnet --list-runtimes
build_script:
- ps: ./build.ps1
test_script:

0 comments on commit 575736d

Please sign in to comment.