File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -27,28 +27,8 @@ after_build:
2727- cmd : NuGet pack
2828
2929test_script :
30- - cmd : dotnet test --framework net47 --verbosity q
30+ - cmd : dotnet test --framework net47 --configuration Release -- verbosity q
3131
3232artifacts :
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
You can’t perform that action at this time.
0 commit comments