Move readme.txt and Performance to AppVeyor folder

This commit is contained in:
Michael 2017-10-18 22:10:20 -07:00
parent 715ef0f793
commit 6d6be19f5d
5 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
#Enthusiast
#Performance
Performance
#Quality

View File

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