Skip to content

Commit

Permalink
Fix path of test project in appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago authored and geoperez committed Feb 18, 2020
1 parent f188572 commit 88296e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_build:
build_script:
- cmd: msbuild /target:Pack /verbosity:quiet /p:Configuration=Release src/EmbedIO.sln
test_script:
- dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude=[NUnit3.TestAdapter]* test/EmbedIO.Tests/EmbedIO.Tests.csproj -c Release src
- dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude=[NUnit3.TestAdapter]* src/tests/EmbedIO.Tests/EmbedIO.Tests.csproj -c Release src
after_build:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq "master")
Expand Down

0 comments on commit 88296e0

Please sign in to comment.