We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5bb1a commit 33aca26Copy full SHA for 33aca26
1 file changed
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
before_build:
22
- dotnet --info
23
build_script:
24
-- dotnet pack
+- ps: dotnet pack "-p:RepositoryCommit=$(git rev-parse HEAD)"
25
test_script:
26
- cmd: call test.cmd
27
artifacts:
0 commit comments