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'))