From 8fffa004560f223810f4905e09ded1bbd2b3983d Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:11:36 -0800 Subject: [PATCH] Use Default Pool Definition (#709) * Fix pipeline issue * Update dependencies * Remove unused sqlite reference --- Cli/Cli.csproj | 4 ++-- Lib/Lib.csproj | 5 ++--- Pipelines/asa-release.yml | 3 +-- Tests/Tests.csproj | 4 ++-- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cli/Cli.csproj b/Cli/Cli.csproj index 29cb58b0..bfb103fa 100644 --- a/Cli/Cli.csproj +++ b/Cli/Cli.csproj @@ -39,8 +39,8 @@ - - + + diff --git a/Lib/Lib.csproj b/Lib/Lib.csproj index 328b9303..757f1b9c 100644 --- a/Lib/Lib.csproj +++ b/Lib/Lib.csproj @@ -37,8 +37,8 @@ - - + + @@ -59,7 +59,6 @@ - diff --git a/Pipelines/asa-release.yml b/Pipelines/asa-release.yml index 685683f4..ca96c428 100644 --- a/Pipelines/asa-release.yml +++ b/Pipelines/asa-release.yml @@ -84,7 +84,6 @@ stages: preBuild: - template: nbgv-set-version-steps.yml@templates -###### WIP ######### - stage: Release dependsOn: - SDL @@ -94,7 +93,7 @@ stages: - job: sign_hash_release displayName: Code Sign, Generate Hashes, Publish Public Releases pool: - name: 'OSS-Tools-1ESPool' + name: 'CSPA' vmImage: 'win2022-image-base' steps: - task: UseDotNet@2 # For ESRP. Do not use variable. diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index dcb67dc9..362ac5e7 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -14,8 +14,8 @@ - - + +