From 31979869f6e5102bbee1387215e5370b2897a8fe Mon Sep 17 00:00:00 2001 From: bartes Date: Wed, 15 May 2024 15:36:44 +0200 Subject: [PATCH] bump vs --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8c5ee46..4588477 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,15 +1,15 @@ version: '{build}' skip_branch_with_pr: true -image: Visual Studio 2019 +image: Visual Studio 2022 install: - dotnet tool install coveralls.net --tool-path tools -build_script: +build_script: - dotnet build src/Castle.Sdk - dotnet build src/Tests -c Debug after_build: - dotnet pack -c Release src/Castle.Sdk -test_script: +test_script: - dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include="[Castle.Sdk*]*" src/Tests/Tests.csproj - - ps: .\tools\csmacnz.coveralls.exe --opencover -i src/Tests/coverage.opencover.xml --useRelativePaths --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID + - ps: .\tools\csmacnz.coveralls.exe --opencover -i src/Tests/coverage.opencover.xml --useRelativePaths --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID artifacts: - path: 'src\Castle.Sdk\bin\Release\*.nupkg'