Fixed location of the sln file in the yml.

This commit is contained in:
Robin 2016-05-31 23:06:11 +02:00
parent c3872248f7
commit fe52e4a48e

View file

@ -45,7 +45,7 @@ before_build:
- nuget restore
- ps: .\prebuild.ps1
build:
project: greenshot\greenshot.sln
project: greenshot.sln
verbosity: normal
after_build:
- ps: .\build.ps1