From aadbc314df829665719cfe5d1971b8d98eb85e24 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Tue, 9 Dec 2025 14:21:21 -0800 Subject: [PATCH] cleanup: remove stale version of wsl.wprp --- .pipelines/build-stage.yml | 2 +- tools/wsl.wprp | 92 -------------------------------------- 2 files changed, 1 insertion(+), 93 deletions(-) delete mode 100644 tools/wsl.wprp diff --git a/.pipelines/build-stage.yml b/.pipelines/build-stage.yml index de7ab37..de19e30 100644 --- a/.pipelines/build-stage.yml +++ b/.pipelines/build-stage.yml @@ -382,7 +382,7 @@ stages: Move-Item -Path "bin\x64\cloudtest" -Destination "$(ob_outputDirectory)\testbin\x64\cloudtest" Move-Item -Path "tools\test\test-setup.ps1" -Destination "$(ob_outputDirectory)\testbin\test-setup.ps1" Move-Item -Path "tools\test\CloudTest-Setup.bat" -Destination "$(ob_outputDirectory)\testbin\CloudTest-Setup.bat" - Move-Item -Path "tools\wsl.wprp" -Destination "$(ob_outputDirectory)\testbin\wsl.wprp" + Move-Item -Path "diagnostics\wsl.wprp" -Destination "$(ob_outputDirectory)\testbin\wsl.wprp" Move-Item -Path "test\linux\unit_tests" -Destination "$(ob_outputDirectory)\testbin\unit_tests" Move-Item -Path bundle\release\* -Destination $(ob_outputDirectory)\bundle diff --git a/tools/wsl.wprp b/tools/wsl.wprp deleted file mode 100644 index fcac1ea..0000000 --- a/tools/wsl.wprp +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file