Skip to content

Commit fb49ede

Browse files
committed
Test configuration to 4.7
1 parent b74d48e commit fb49ede

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

WebAPI

appveyor.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,8 @@ after_build:
2727
- cmd: NuGet pack
2828

2929
test_script:
30-
- cmd: dotnet test --framework net47 --verbosity q
30+
- cmd: dotnet test --framework net47 --configuration Release --verbosity q
3131

3232
artifacts:
3333
- path: 'lib\Unity.*.nupkg'
3434
name: 'Unity'
35-
36-
#deploy:
37-
#- provider: GitHub
38-
# force_update: true
39-
# tag: $(appveyor_repo_tag_name)
40-
# release: v$(appveyor_build_version)
41-
# auth_token:
42-
# secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
43-
# artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
44-
# draft: false
45-
# prerelease: false
46-
# on:
47-
# appveyor_repo_tag: true # deploy on tag push only
48-
#- provider: NuGet
49-
# api_key:
50-
# secure: Q/HUObjarHxWF0NlnHBDY5uMQHM4ESyKfFCYdbRVfsNrWUFozADu6FMvh44gEmFk
51-
# skip_symbols: false
52-
# artifact: /.*\.nupkg/
53-
# on:
54-
# appveyor_repo_tag: true # deploy on tag push only

0 commit comments

Comments
 (0)