Skip to content

Commit

Permalink
fix(build presets): name for RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 6, 2024
1 parent a4890b1 commit 023cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
Expand Down

0 comments on commit 023cefd

Please sign in to comment.