From 0ec8f669720061362712549c0eedca5f83cb1b48 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Mon, 2 Jul 2018 15:31:17 -0400 Subject: [PATCH] Revert "test appveyor artifacts" This reverts commit 458c462f495a31a890e22a09cc360cb46a5f50d5. --- appveyor.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3f8b036a..ed3751f3 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