Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Feb 15, 2019
1 parent 02109b9 commit 3870d1d
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
- xunit.console %APPVEYOR_BUILD_FOLDER%\ViaCEP.Tests\bin\Release\netcoreapp2.2\ViaCEP.Tests.dll /appveyor
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 3870d1d

Please sign in to comment.