Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 68bd3c5

Browse files
committed
remove MINVERBUILDMETADATA on build/test
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
1 parent 2516020 commit 68bd3c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
dotnet-version: 6.0.x
5454
- name: Restore dependencies
5555
run: dotnet restore
56-
- name: Set MINVERBUILDMETADATA
57-
run: echo MINVERBUILDMETADATA=$(git rev-parse --short ${GITHUB_SHA}) >> $GITHUB_ENV
5856
- name: Build
5957
run: dotnet build -c ${{ matrix.config }} --no-restore
6058
- name: Test

0 commit comments

Comments
 (0)