Skip to content

Commit

Permalink
Remove nuget package from git releases: not working, file not found e…
Browse files Browse the repository at this point in the history
…rror :(
  • Loading branch information
grandsilence committed Dec 27, 2019
1 parent 75e9e5f commit fa9d032
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ build:
publish_nuget: true
verbosity: minimal
artifacts:
- path: Leaf.xNet.$(appveyor_build_version).nupkg
name: Leaf.xNet_v$(appveyor_build_version)__Nuget_All_Targets
- path: Leaf.xNet\bin\Release\net452
name: Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.5.2
- path: Leaf.xNet\bin\Release\net462
Expand All @@ -52,7 +50,7 @@ deploy:
release: Leaf.xNet v$(appveyor_build_version)
auth_token:
secure: NQtMOO3yB309cDK/pFWRiQ==
artifact: Leaf.xNet_v$(appveyor_build_version)__Nuget_All_Targets;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.5.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.6.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.7.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.8;Leaf.xNet_v$(appveyor_build_version)__NET_Standard_2.0
artifact: Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.5.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.6.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.7.2;Leaf.xNet_v$(appveyor_build_version)__NET_Framework_4.8;Leaf.xNet_v$(appveyor_build_version)__NET_Standard_2.0
on:
branch: master
only_commits:
Expand Down

0 comments on commit fa9d032

Please sign in to comment.