Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

### Need to pair with a custom NetCoreToolService address?

A team member can use this az CLI command, replacing <this-PR-number> and <other-pr-number> for valid numbers:
A team member can use this az CLI command, replacing `<this-PR-number>` and `<other-pr-number>` with valid numbers:
```bash
az webapp config appsettings set --resource-group steeltoe --name initializr-service --slot pr-<this-PR-number> --settings InitializrService__NetCoreToolService__Uri=https://netcoretoolservice-pr-<other-pr-number>.azurewebsites.net/api
```
Expand Down
Loading