Skip to content

Commit

Permalink
updated appveyor.yml to point build to proper sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
chintans committed Sep 1, 2016
1 parent 98d7570 commit 97c75ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ platform: Any CPU
before_build:
- cmd: "nuget restore \".\\Slack.Automation\\Promact.ERP.sln\"\nnpm install -g typings tslint typescript \ncd \".\\Slack.Automation\\Promact.Erp.Web\"\nnpm install\ncd \"..\\..\""
build:
project: .\Slack.Automation\Promact.ERP.sln
parallel: true
verbosity: minimal
test_script:
- cmd: '".\Slack.Automation\packages\xunit.runner.console.2.1.0\tools\xunit.console.exe" ".\Slack.Automation\Promact.Core.Test\bin\Release\Promact.Core.Test.dll" -appveyor'
- cmd: '".\Slack.Automation\packages\xunit.runner.console.2.1.0\tools\xunit.console.exe" ".\Slack.Automation\Promact.Core.Test\bin\Release\Promact.Core.Test.dll" -appveyor'

0 comments on commit 97c75ad

Please sign in to comment.