Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Fix tests not running in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz committed Aug 4, 2016
1 parent f44b7f5 commit 055f0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
nuget_version: '0.11.0-rc1'
nuget_version: '0.11.0-rc2'
nuget_prerelease: true
assembly_version: '0.9.0.0'
assembly_version: '0.11.0.0'

deploy:
- provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Write-Host "Running tests..."

[bool] $testsFailed = $false
$tests | ForEach {
Invoke-Expression "dotnet test $($_.FullName)"
Invoke-Expression "dotnet test $($_.FullName) -c ${Configuration}"

if (!$testsFailed) {
$testsFailed = $LASTEXITCODE -and $LASTEXITCODE -ne 0
Expand Down

0 comments on commit 055f0e6

Please sign in to comment.