Skip to content

Commit 5426690

Browse files
CopilotMalcolmnixon
andcommitted
Remove BuildMark from integration-test version capture
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 3a09c6f commit 5426690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
OS_SHORT=$(echo "${{ matrix.os }}" | sed 's/windows-latest/win/;s/ubuntu-latest/ubuntu/')
300300
DOTNET_SHORT=$(echo "${{ matrix.dotnet-version }}" | sed 's/\.x$//')
301301
JOB_ID="int-${OS_SHORT}-${DOTNET_SHORT}"
302-
dotnet versionmark --capture --job-id "${JOB_ID}" -- dotnet git buildmark versionmark
302+
dotnet versionmark --capture --job-id "${JOB_ID}" -- dotnet git versionmark
303303
echo "✓ Tool versions captured"
304304
305305
- name: Upload version capture

0 commit comments

Comments
 (0)