mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-25 02:00:12 +08:00
Update .appveyor.yml
This commit is contained in:
@@ -7,7 +7,7 @@ cache:
|
||||
- '%USERPROFILE%\.nuget\packages -> **\project.json'
|
||||
before_build:
|
||||
- cmd: >-
|
||||
FOR /F %i in ('git describe --always --tags') do set GIT_TAG=%i
|
||||
FOR /F %%i in ('git describe --always --tags') do set GIT_TAG=%%i
|
||||
|
||||
nuget restore
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user