-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🎯 Aim Align dev to main and prepare for v2.1.0 release
- Loading branch information
Showing
24 changed files
with
7,431 additions
and
23,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Create .vsix package | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
name: "Build and package" | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Setup node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
registry-url: https://registry.npmjs.org/ | ||
|
||
- name: Checkout vscode-viva | ||
uses: actions/checkout@v3 | ||
with: | ||
path: vscode-viva | ||
|
||
- name: Install the dependencies | ||
run: npm install | ||
working-directory: vscode-viva | ||
|
||
- name: Checkout cli-microsoft365 | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: Adam-it/cli-microsoft365 | ||
path: cli-microsoft365 | ||
ref: cli-cjs | ||
|
||
- name: Print dir | ||
run: | | ||
dir | ||
- name: Restore dependencies for cli-microsoft365 | ||
run: npm install | ||
working-directory: cli-microsoft365 | ||
|
||
- name: Build cli-microsoft365 | ||
run: npm run build | ||
working-directory: cli-microsoft365 | ||
|
||
- name: Run script copy local CLI for M365 | ||
run: .\vscode-viva\scripts\cli-for-microsoft365-copy-local-version.ps1 -workspacePath "${{ github.workspace }}" | ||
shell: pwsh | ||
continue-on-error: false | ||
|
||
- name: Run script clean local CLI for M365 dependency | ||
run: .\vscode-viva\scripts\cli-for-microsoft365-cleanup.ps1 -workspacePath "${{ github.workspace }}" | ||
shell: pwsh | ||
continue-on-error: false | ||
|
||
- name: Package | ||
run: | | ||
npx @vscode/vsce package | ||
working-directory: vscode-viva | ||
|
||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: vsix_package | ||
path: | | ||
vscode-viva/*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ postcss.config.js | |
webpack | ||
.github | ||
scripts | ||
data | ||
data | ||
cli-microsoft365 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.