Commit 890ce56a authored by Jeremy Bokobza's avatar Jeremy Bokobza

Updated the build to not run the tests that don't exist anymore

parent f7dcb1cb
......@@ -96,9 +96,7 @@ build_script:
test_script:
- ps: |
Write-Host "$env:log_prefix running the api tests" -foregroundcolor "magenta"
dotnet test -c $env:configuration $env:APPVEYOR_BUILD_FOLDER/Breeze/src/Breeze.Api.Tests/Breeze.Api.Tests.csproj
Write-Host "$env:log_prefix done running the tests" -foregroundcolor "magenta"
Write-Host "$env:log_prefix no tests to run" -foregroundcolor "magenta"
#if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
#---------------------------------#
......
......@@ -76,9 +76,7 @@ cd $TRAVIS_BUILD_DIR/breeze_out
zip -r $TRAVIS_BUILD_DIR/deploy/$app_output_name.zip breeze-ui-$os_platform-$arch/*
#tests
echo $log_prefix running tests
dotnet test -c $configuration $TRAVIS_BUILD_DIR/Breeze/src/Breeze.Api.Tests/Breeze.Api.Tests.csproj -v m
echo $log_prefix no tests to run
echo $log_prefix FINISHED build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment