Skip to content

Commit 2f39672

Browse files
committed
Fix build pipeline
1 parent ee9b276 commit 2f39672

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup/build.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
trigger: none
22

3+
variables:
4+
- name: TeamName # Required by signing plugin
5+
value: Node.js
6+
37
# The `resources` specify the location and version of the 1ES pipeline template.
48
resources:
59
repositories:
@@ -21,7 +25,7 @@ extends:
2125
templateContext:
2226
outputs:
2327
- output: pipelineArtifact
24-
targetPath: $(System.DefaultWorkingDirectory)\$(BuildConfiguration)\*.msi
28+
targetPath: $(System.DefaultWorkingDirectory)\setup\Release
2529
steps:
2630
- checkout: self
2731
clean: true
@@ -40,5 +44,5 @@ extends:
4044
inputs:
4145
solution: setup\*.sln
4246
vsVersion: 16.0
43-
platform: $(BuildPlatform)
44-
configuration: $(BuildConfiguration)
47+
platform: x86
48+
configuration: Release

0 commit comments

Comments
 (0)