From 2f396721d4a8f72c7528f6cfc2ff69a05c5aeb83 Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Fri, 23 Feb 2024 11:44:38 -1000 Subject: [PATCH] Fix build pipeline --- setup/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup/build.yml b/setup/build.yml index ca573e2..3dd8a0c 100644 --- a/setup/build.yml +++ b/setup/build.yml @@ -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: @@ -21,7 +25,7 @@ extends: templateContext: outputs: - output: pipelineArtifact - targetPath: $(System.DefaultWorkingDirectory)\$(BuildConfiguration)\*.msi + targetPath: $(System.DefaultWorkingDirectory)\setup\Release steps: - checkout: self clean: true @@ -40,5 +44,5 @@ extends: inputs: solution: setup\*.sln vsVersion: 16.0 - platform: $(BuildPlatform) - configuration: $(BuildConfiguration) + platform: x86 + configuration: Release