diff --git a/appveyor.yml b/appveyor.yml index 3f8b036ab..ed3751f39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.76.{build} +version: 1.0.{build} pull_requests: do_not_increment_build_number: true image: Visual Studio 2017 @@ -17,10 +17,4 @@ build: test: assemblies: only: - - mRemoteNGTests\bin\$(configuration)\mRemoteNGTests.dll -artifacts: - - path: C:\projects\mremoteng\mRemoteV1\Release\*.msi - name: mRemoteNG-installer.msi - - - path: C:\projects\mremoteng\mRemoteV1\Release\*.zip - name: mRemoteNG-portable.zip + - mRemoteNGTests\bin\$(configuration)\mRemoteNGTests.dll \ No newline at end of file