We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9b276 commit 2f39672Copy full SHA for 2f39672
setup/build.yml
@@ -1,5 +1,9 @@
1
trigger: none
2
3
+variables:
4
+ - name: TeamName # Required by signing plugin
5
+ value: Node.js
6
+
7
# The `resources` specify the location and version of the 1ES pipeline template.
8
resources:
9
repositories:
@@ -21,7 +25,7 @@ extends:
21
25
templateContext:
22
26
outputs:
23
27
- output: pipelineArtifact
24
- targetPath: $(System.DefaultWorkingDirectory)\$(BuildConfiguration)\*.msi
28
+ targetPath: $(System.DefaultWorkingDirectory)\setup\Release
29
steps:
30
- checkout: self
31
clean: true
@@ -40,5 +44,5 @@ extends:
40
44
inputs:
41
45
solution: setup\*.sln
42
46
vsVersion: 16.0
43
- platform: $(BuildPlatform)
- configuration: $(BuildConfiguration)
47
+ platform: x86
48
+ configuration: Release
0 commit comments