Skip to content

Commit 33aca26

Browse files
committed
Put commit hash in package metadata
1 parent 6e5bb1a commit 33aca26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
before_build:
2222
- dotnet --info
2323
build_script:
24-
- dotnet pack
24+
- ps: dotnet pack "-p:RepositoryCommit=$(git rev-parse HEAD)"
2525
test_script:
2626
- cmd: call test.cmd
2727
artifacts:

0 commit comments

Comments
 (0)