From ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jan 2023 16:30:20 -0800 Subject: Remove use of AppVeyor WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175 --- src/test/run_test.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/test/run_test.yml (limited to 'src/test') diff --git a/src/test/run_test.yml b/src/test/run_test.yml deleted file mode 100644 index 787edeff..00000000 --- a/src/test/run_test.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - - -image: Visual Studio 2019 - -environment: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - NUGET_XMLDOC_MODE: skip - RuntimeTestsEnabled: true - -install: - - reg add HKLM\Software\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f - - reg add HKLM\Software\WOW6432Node\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f - -build_script: - - run_test.cmd - -test: off - -skip_branch_with_pr: true -skip_tags: true - -on_finish: - - ps: 7z a ('logs_' + (Get-Date).tostring("yyyyMMddHHmmss") + '.zip') $env:TEMP\*.log $env:TEMP\..\*.log - - ps: Push-AppveyorArtifact logs_*.zip -- cgit v1.2.3-55-g6feb