From 6d6be19f5d4ed318801b1a5c4e362924cab317c2 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Oct 2017 22:10:20 -0700 Subject: [PATCH] Move readme.txt and Performance to AppVeyor folder --- .gitignore | 2 +- .../BreathOfTheWild_0RegularShadows/rules.txt | 0 .../SuperSmashBros_NoBoxingRingScreen/rules.txt | 0 readme.txt => AppVeyor/readme.txt | 0 appveyor.yml | 1 - 5 files changed, 1 insertion(+), 2 deletions(-) rename {Performance => AppVeyor}/BreathOfTheWild_0RegularShadows/rules.txt (100%) rename {Performance => AppVeyor}/SuperSmashBros_NoBoxingRingScreen/rules.txt (100%) rename readme.txt => AppVeyor/readme.txt (100%) diff --git a/.gitignore b/.gitignore index 5020b6a0..d92769c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ #Enthusiast -#Performance +Performance #Quality diff --git a/Performance/BreathOfTheWild_0RegularShadows/rules.txt b/AppVeyor/BreathOfTheWild_0RegularShadows/rules.txt similarity index 100% rename from Performance/BreathOfTheWild_0RegularShadows/rules.txt rename to AppVeyor/BreathOfTheWild_0RegularShadows/rules.txt diff --git a/Performance/SuperSmashBros_NoBoxingRingScreen/rules.txt b/AppVeyor/SuperSmashBros_NoBoxingRingScreen/rules.txt similarity index 100% rename from Performance/SuperSmashBros_NoBoxingRingScreen/rules.txt rename to AppVeyor/SuperSmashBros_NoBoxingRingScreen/rules.txt diff --git a/readme.txt b/AppVeyor/readme.txt similarity index 100% rename from readme.txt rename to AppVeyor/readme.txt diff --git a/appveyor.yml b/appveyor.yml index 34fd74b2..1281a7c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,6 @@ build_script: - xcopy %APPVEYOR_BUILD_FOLDER%\Performance %APPVEYOR_BUILD_FOLDER%\AppVeyor /E /I - xcopy %APPVEYOR_BUILD_FOLDER%\Quality %APPVEYOR_BUILD_FOLDER%\AppVeyor /E /I - xcopy %APPVEYOR_BUILD_FOLDER%\Workaround %APPVEYOR_BUILD_FOLDER%\AppVeyor /E /I - - echo D | xcopy %APPVEYOR_BUILD_FOLDER%\readme.txt %APPVEYOR_BUILD_FOLDER%\AppVeyor # waits for RDP confirmation before finishing #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))