Skip to content

Commit

Permalink
Fix paths in README to use main branch (microsoft#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford authored Oct 23, 2020
1 parent 24988d1 commit ec18c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ There are several ways you can contribute to our [repo](https://github.com/Micro
- **Ideas, feature requests, and bugs**: We are open to all ideas and we want to get rid of bugs! Use the [Issues](https://github.com/Microsoft/vscode-azurearmtools/issues) section to report a new issue, provide your ideas or contribute to existing threads.
- **Documentation**: Found a typo or strangely worded sentences? Submit a PR!
- **Snippets**: Have a fix for a snippet or a new snippet idea? File an [Issue](https://github.com/Microsoft/vscode-azurearmtools/issues) or submit a PR!
- See [our snippets file for ARM templates](https://github.com/microsoft/vscode-azurearmtools/blob/master/assets/armsnippets.jsonc)
- See [our snippets file for ARM templates](https://github.com/microsoft/vscode-azurearmtools/blob/main/assets/armsnippets.jsonc)
- **Code**: Contribute bug fixes, features or design changes:
- Clone the repository locally and open in VS Code.
- Install [TSLint for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=eg2.tslint).
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ async function packageVsix(): Promise<void> {
try {
console.log(`Running vsce package in staging folder ${stagingFolder}`);
shelljs.cd(stagingFolder);
executeInShell('vsce package');
executeInShell('vsce package --githubBranch main');
} finally {
shelljs.cd(__dirname);
}
Expand Down

0 comments on commit ec18c55

Please sign in to comment.