From 5e25ca767dba146ee5a85f600c69e3c90b8f556e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 23 Nov 2025 11:19:39 +0100 Subject: [PATCH] Fix BuildId (#1384) --- Directory.Build.props | 2 +- azure-pipelines-ci.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5e41b9c5..97bd50cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.16.0 + 1.16.0 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 35d671b7..67b1a5a0 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -144,6 +144,10 @@ jobs: vmImage: 'windows-2022' steps: + - script: | + echo "BuildId = $(buildId)" + displayName: 'Print buildId' + - task: UseDotNet@2 displayName: Use .NET 8.0 inputs: