Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Feb 24, 2024
1 parent ee9b276 commit 2f39672
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
trigger: none

variables:
- name: TeamName # Required by signing plugin
value: Node.js

# The `resources` specify the location and version of the 1ES pipeline template.
resources:
repositories:
Expand All @@ -21,7 +25,7 @@ extends:
templateContext:
outputs:
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)\$(BuildConfiguration)\*.msi
targetPath: $(System.DefaultWorkingDirectory)\setup\Release
steps:
- checkout: self
clean: true
Expand All @@ -40,5 +44,5 @@ extends:
inputs:
solution: setup\*.sln
vsVersion: 16.0
platform: $(BuildPlatform)
configuration: $(BuildConfiguration)
platform: x86
configuration: Release

0 comments on commit 2f39672

Please sign in to comment.