We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8931f8f commit f77af17Copy full SHA for f77af17
1 file changed
script/vsts/platforms/templates/preparation.yml
@@ -42,11 +42,6 @@ steps:
42
versionSpec: '3.8'
43
condition: eq(variables['Agent.OS'], 'Windows_NT')
44
45
- - script: |
46
- npm install --global --production windows-build-tools@4
47
- displayName: Install windows build tools
48
- condition: eq(variables['Agent.OS'], 'Windows_NT')
49
-
50
- script: |
51
ECHO Installing npm-windows-upgrade
52
npm install --global --production npm-windows-upgrade
0 commit comments