From f252ef2615f6f7716dc240047e71089f53367ca9 Mon Sep 17 00:00:00 2001 From: Andy Gerlicher Date: Thu, 7 Mar 2024 12:50:17 -0800 Subject: [PATCH 1/2] Output NuGet package for RunVSTest --- src/RunTests/Microsoft.Build.RunVSTest.csproj | 64 ++++++++++--------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/src/RunTests/Microsoft.Build.RunVSTest.csproj b/src/RunTests/Microsoft.Build.RunVSTest.csproj index 4a1b564..b0dcda8 100644 --- a/src/RunTests/Microsoft.Build.RunVSTest.csproj +++ b/src/RunTests/Microsoft.Build.RunVSTest.csproj @@ -1,32 +1,34 @@  - - netstandard2.0 - true - Microsoft.Build.RunVSTest - Runs VS Test Console - true - build\ - true - true - latest - snupkg - - - - - - - build\ - true - Never - - - build\ - true - Never - - - - - - + + netstandard2.0 + true + Microsoft.Build.RunVSTest + Runs VS Test Console + true + build\ + true + true + latest + true + snupkg + $(BaseArtifactsPath)$(MSBuildProjectName)\ + + + + + + + build\ + true + Never + + + build\ + true + Never + + + + + + \ No newline at end of file From 6e12056e507af7195369c3ec0a6bc92edc60bb91 Mon Sep 17 00:00:00 2001 From: Andy Gerlicher Date: Thu, 7 Mar 2024 12:53:19 -0800 Subject: [PATCH 2/2] Disable sbom since it's not working --- azure-pipelines-official.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 7a16914..8ad1293 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -32,6 +32,9 @@ pr: extends: template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate parameters: + sdl: + sbom: + enabled: false pool: name: VSEngSS-MicroBuild2022-1ES demands: