Skip to content

Instantly share code, notes, and snippets.

@jlucaspains
Created September 23, 2021 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlucaspains/d6a855796f1fe350269115db4cdaae8b to your computer and use it in GitHub Desktop.
Save jlucaspains/d6a855796f1fe350269115db4cdaae8b to your computer and use it in GitHub Desktop.
- task: joachimdalen.pull-request-utils.5c6ec8a1-d04c-44c0-99b8-42dd865b42e8.PullRequestComments@0
displayName: 'Pull Request Comments'
inputs:
action: createOrUpdate
content: |
Environment created at https://$(siteName).lpains.com
To access it, you need to update your hosts file. Using a powershell terminal as admin, run the following:
```powershell
Add-Content -Path $env:windir\System32\drivers\etc\hosts -Value "`n10.0.0.1`t$(siteName).lpains.com" -Force
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment