Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Change build target for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Sep 24, 2016
1 parent 0f126f8 commit 76119b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake-project.ps1
Expand Up @@ -10,7 +10,7 @@ Properties {
}

Task Default -Depends Collect
Task CI -Depends Default, TestNetCore, CoverityScan
Task CI -Depends Pack, TestNetCore, CoverityScan

Task Test -Depends Compile -Description "Run unit and integration tests under OpenCover." {
Remove-File $coverage_file
Expand Down

0 comments on commit 76119b0

Please sign in to comment.