diff --git a/.appveyor.yml b/.appveyor.yml index 99c03735..a4ffcd7e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,9 +12,10 @@ configuration: Release # scripts to run before build before_build: - ps: cd apps/sample/tridecimator + ps: cd apps/tridecimator # to run your custom scripts instead of automatic MSBuild build_script: ps: qmake + ps: msbuild \ No newline at end of file