We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2512fc commit 2ac5d99Copy full SHA for 2ac5d99
script/vsts/nightly-release.yml
@@ -33,11 +33,6 @@ jobs:
33
steps:
34
- template: platforms/templates/preparation.yml
35
36
- - script: |
37
- cd script/vsts
38
- npm install
39
- displayName: npm install
40
-
41
- task: DownloadBuildArtifacts@0
42
inputs:
43
itemPattern: '**'
script/vsts/release-branch-build.yml
@@ -38,13 +38,6 @@ jobs:
44
- env:
45
- GITHUB_TOKEN: $(GITHUB_TOKEN)
46
47
48
49
50
0 commit comments