Skip to content

Commit

Permalink
chore: update appveyor.yml to build and test each csproj as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Jan 22, 2022
1 parent 2569bbc commit 636b938
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.0.2.{build}'
version: '0.0.3.{build}'
image: Visual Studio 2022
branches:
only:
Expand All @@ -12,7 +12,11 @@ nuget:
before_build:
- cmd: dotnet --version
build_script:
- cmd: dotnet build Content/src/CarterService.csproj -v quiet
- cmd: dotnet build Content/tests/CarterService.Tests.csproj -v quiet
- cmd: dotnet build . -v quiet
test_script:
- cmd: dotnet test Content/tests/CarterService.Tests.csproj -v quiet
artifacts:
- path: '**/*.nupkg'
skip_commits:
Expand Down

0 comments on commit 636b938

Please sign in to comment.