Skip to content

Commit

Permalink
add tmp node_module
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Sep 9, 2021
1 parent 05c87e3 commit d07dd99
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.exe
*.exe
node_modules
2 changes: 1 addition & 1 deletion azure-pipelines.yml → build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
displayName: Find ESRP CLI
- powershell: |
node sign $env:EsrpCliDllPath windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(Build.BinariesDirectory) 'vscode-winsta11er-*.exe'
node .\build\sign $env:EsrpCliDllPath windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(Build.BinariesDirectory) 'vscode-winsta11er-*.exe'
displayName: Codesign
- task: GitHubRelease@1
Expand Down
101 changes: 101 additions & 0 deletions build/package-lock.json

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

8 changes: 8 additions & 0 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "vscode-winsta11er-build",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"tmp": "^0.2.1"
}
}
File renamed without changes.

0 comments on commit d07dd99

Please sign in to comment.