From 023cefd517090e50ea4f5073f5cc4fdd90cdbe89 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:45:52 +0100 Subject: [PATCH] fix(build presets): name for RCs --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 47eadbe927..5ffeb769d2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,7 +29,7 @@ "type": "PowerShell", "request": "launch", "name": "Build Playbook (Release Candidate)", - "script": "& \"$(Join-Path '${workspaceFolder}' 'src/dependencies/local-build.ps1')\" -NoPassword -ReplaceOldPlaybook -Removals Verification", + "script": "& \"$(Join-Path '${workspaceFolder}' 'src/dependencies/local-build.ps1')\" -FileName 'Atlas RC' -NoPassword -ReplaceOldPlaybook -Removals Verification", "cwd": "${workspaceFolder}/src/playbook", "args": [] }