From: jp Date: Sun, 24 Jul 2016 16:53:32 +0000 (+0200) Subject: test appveyor with Mono targetFramework in csproj X-Git-Tag: v0.4~27^2~48 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=0fb16a30753ecf59bb7c670a8bd9021a0a240f32;p=jp%2Fcrow.git test appveyor with Mono targetFramework in csproj --- diff --git a/appveyor.yml b/appveyor.yml index 8dc88cb4..c80f9586 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ before_build: #- cmd: reg query hklm build_script: -- ps: dotnet --info +- ps: dotnet -v --version - cmd: build.cmd %BUILD_TARGET% test: off