Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 19, 2023
1 parent 3c324c2 commit 39b00cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
mv src/azure-pipelines-vscode-ext/dist webapp/azure-pipelines-vscode-ext/
mv src/azure-pipelines-vscode-ext/package.json webapp/azure-pipelines-vscode-ext/
mv src/azure-pipelines-vscode-ext/*.vsix webapp/azure-pipelines-vscode-ext/
- name: Upload vsix
uses: actions/upload-artifact@v3
with:
name: azure-pipelines-vscode-ext-pre-release
path: webapp/azure-pipelines-vscode-ext/azure-pipelines-vscode-ext-pre-release.vsix
- name: Setup Pages
if: github.event_name == 'push'
uses: actions/configure-pages@v3
Expand Down
5 changes: 3 additions & 2 deletions src/azure-pipelines-vscode-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This is a minimal Azure Pipelines Extension

### Remote Template References

**Subject to change**
Checkout your dependent template repository under a folder named like `repo@ref`, `owner/repo@ref` within the same workspace as your pipeline.
The `azure-pipelines.repositories` settings maps the external Repositories to local or remote folders.

Syntax `[<owner>/]<repo>@<ref>=<uri>` per line. `<uri>` can be formed like `file:///<folder>` (raw file paths are not supported (yet?)), `vscode-vfs://github/<owner>/<repository>` and `vscode-vfs://azurerepos/<owner>/<project>/<repository>`

### Validate Azure Pipeline

Expand Down

0 comments on commit 39b00cd

Please sign in to comment.