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:
Sadick
2021-04-29 23:01:56 +03:00
committed by GitHub
5 changed files with 17261 additions and 482 deletions

832
apm/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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",

View File

@@ -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