Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
(build) Output the project slug from appveyor
Browse files Browse the repository at this point in the history
I am only doing this to see what the environment variable is,
and maybe we can resolve #81 with that env variable.
  • Loading branch information
AdmiringWorm committed Aug 12, 2019
1 parent 5dbd942 commit e462292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ for:
CHOCOLATEY_SOURCE: https://push.chocolatey.org/

build_script:
- ps: "$env:APPVEYOR_PROJECT_SLUG" ; exit 1
- ps: .\build.ps1 -Target AppVeyor
- sh: ./build.sh --target=AppVeyor

Expand Down

0 comments on commit e462292

Please sign in to comment.