Skip to content

Commit

Permalink
Change test execution via dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Feb 15, 2019
1 parent 3870d1d commit d39bc74
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 @@ -31,7 +31,7 @@ build_script:
- dotnet build
- ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet sonarscanner end /d:sonar.login="$env:SONAR_TOKEN" }'
test_script:
- xunit.console %APPVEYOR_BUILD_FOLDER%\ViaCEP.Tests\bin\Release\netcoreapp2.2\ViaCEP.Tests.dll /appveyor
- ps: dotnet test .\ViaCEP.Tests\ViaCEP.Tests.csproj
after_build:
- xcopy C:\projects\viacep\ViaCEP\bin\Release\netstandard2.0\*.* C:\projects\viacep\src\
- rd /s /q C:\projects\viacep\ViaCEP\bin\Release\
Expand Down

0 comments on commit d39bc74

Please sign in to comment.