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

Commit

Permalink
Test script change
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Oct 23, 2017
1 parent 6ec2cca commit b75fc72
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,11 @@ build:
parallel: true
verbosity: minimal


test_script:
- cmd: dotnet test

artifacts:
- path: '**\Unity.*.nupkg'
name: 'Unity'

deploy:
- provider: GitHub
force_update: true
description: $(build_description)
tag: $(appveyor_repo_tag_name)
release: $(appveyor_repo_tag_name)
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
draft: false
prerelease: false
auth_token:
secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
on:
appveyor_repo_tag: true # deploy on tag push only
- provider: NuGet
api_key:
secure: Q/HUObjarHxWF0NlnHBDY5uMQHM4ESyKfFCYdbRVfsNrWUFozADu6FMvh44gEmFk
skip_symbols: false
artifact: /.*\.nupkg/
on:
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit b75fc72

Please sign in to comment.