Skip to content

Commit

Permalink
Check PS Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Apr 27, 2020
1 parent a84f4b9 commit cdf2009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ artifacts:
on_success:
- ps: |
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
echo $PSVersionTable.PSVersion
git config --global credential.helper store
Add-Content "$HOME\.git-credentials" "https://$($env:access_token):[email protected]`n"
Add-Content -Path "$HOME\.git-credentials" -Value "https://$($env:access_token):[email protected]`n" -NoNewline
git config --global user.email "[email protected]"
git config --global user.name "Michael Ganss"
git tag v$env:APPVEYOR_BUILD_VERSION
Expand Down

0 comments on commit cdf2009

Please sign in to comment.