mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #21379 from atom-community/remove-windows-build-tools
Use the built-in Visual Studio instead of windows-build-tools v4
This commit is contained in:
832
apm/package-lock.json
generated
832
apm/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,6 @@
|
||||
"url": "https://github.com/atom/atom.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"atom-package-manager": "2.5.2"
|
||||
"atom-package-manager": "2.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
16902
script/package-lock.json
generated
16902
script/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -2,9 +2,9 @@
|
||||
"name": "atom-build-scripts",
|
||||
"description": "Atom build scripts",
|
||||
"dependencies": {
|
||||
"7zip-bin": "^4.0.2",
|
||||
"@atom/electron-winstaller": "0.0.1",
|
||||
"@octokit/request": "^5.4.5",
|
||||
"7zip-bin": "^4.0.2",
|
||||
"async": "2.0.1",
|
||||
"babel-core": "5.8.38",
|
||||
"babel-eslint": "^10.0.1",
|
||||
|
||||
@@ -40,11 +40,6 @@ steps:
|
||||
versionSpec: '3.8'
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
|
||||
- script: |
|
||||
npm install --global --production windows-build-tools@4.0
|
||||
displayName: Install windows build tools
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
|
||||
- pwsh: |
|
||||
cd script/vsts
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user