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

Commit b75fc72

Browse files
committed
Test script change
1 parent 6ec2cca commit b75fc72

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

appveyor.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,11 @@ build:
2121
parallel: true
2222
verbosity: minimal
2323

24+
25+
test_script:
26+
- cmd: dotnet test
27+
2428
artifacts:
2529
- path: '**\Unity.*.nupkg'
2630
name: 'Unity'
2731

28-
deploy:
29-
- provider: GitHub
30-
force_update: true
31-
description: $(build_description)
32-
tag: $(appveyor_repo_tag_name)
33-
release: $(appveyor_repo_tag_name)
34-
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
35-
draft: false
36-
prerelease: false
37-
auth_token:
38-
secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
39-
on:
40-
appveyor_repo_tag: true # deploy on tag push only
41-
- provider: NuGet
42-
api_key:
43-
secure: Q/HUObjarHxWF0NlnHBDY5uMQHM4ESyKfFCYdbRVfsNrWUFozADu6FMvh44gEmFk
44-
skip_symbols: false
45-
artifact: /.*\.nupkg/
46-
on:
47-
appveyor_repo_tag: true # deploy on tag push only

0 commit comments

Comments
 (0)