Skip to content

Commit

Permalink
reneable daily insiders releases (#6250)
Browse files Browse the repository at this point in the history
update engine to 1.58.0-insider
  • Loading branch information
David Kutugata authored Jun 10, 2021
1 parent 5644103 commit 88737d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
echo "vsix_name=ms-toolsai-jupyter-insiders.vsix" >> $GITHUB_ENV
echo "test_matrix_os=[\"ubuntu-latest\", \"windows-latest\"]" >> $GITHUB_ENV
# - name: insiders channel
# # Scheduled builds will publish Insider builds.
# if: github.event_name == 'schedule' && github.ref == 'refs/heads/main'
# run: |
# echo "release_channel=insider" >> $GITHUB_ENV
- name: insiders channel
# Scheduled builds will publish Insider builds.
if: github.event_name == 'schedule' && github.ref == 'refs/heads/main'
run: |
echo "release_channel=insider" >> $GITHUB_ENV
- name: release
if: github.event_name == 'push' && contains(github.ref, 'refs/heads/release')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"theme": "light"
},
"engines": {
"vscode": "1.57.0-insider"
"vscode": "1.58.0-insider"
},
"keywords": [
"jupyter",
Expand Down

0 comments on commit 88737d6

Please sign in to comment.