Update .appveyor.yml

This commit is contained in:
ema
2024-12-07 04:21:30 +08:00
parent a1647843b3
commit a480d5e08a

View File

@@ -20,7 +20,7 @@ cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'
before_build:
- ps: >-
$env:GIT_TAG = git describe --always --tags
$env:GIT_TAG = git describe --always --tags --exclude latest
nuget restore -verbosity detailed
build: