Added powershell get-date to appveyor.yml for debugging

This commit is contained in:
Jon Galloway 2017-11-30 12:25:42 -08:00 committed by GitHub
parent a22012ccb3
commit c258b8572a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ environment:
nuget:
disable_publish_on_pr: true
build_script:
- cmd: ./build.cmd
- cmd: powershell.exe get-date
- cmd: ./build.cmd
test: off
install:
- cmd: nuget install SignClient -Version 0.7.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion