File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
- [ assembly: System . Runtime . CompilerServices . InternalsVisibleTo ( "AuthorizeNETtest " ) ]
1
+ [ assembly: System . Runtime . CompilerServices . InternalsVisibleTo ( "AuthorizeNET-xunit " ) ]
Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ after_build:
26
26
- cmd : dotnet pack AuthorizeNETnetcore -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
27
27
test_script :
28
28
- cmd : dotnet test AuthorizeNET-xunit/AuthorizeNET-xunit.csproj
29
+ artifacts :
30
+ - path : ' AuthorizeNETnetcore\bin\**\*.nupkg'
31
+ name : Nuget
32
+ type : NuGetPackage
33
+ deploy :
34
+ # Deploy Nuget Packages
35
+ - provider : Environment
36
+ name : AppVeyorNuget
37
+ on :
38
+ branch : /^(release\/|hotfix\/)/
29
39
notifications :
30
40
- provider : Slack
31
41
auth_token :
You can’t perform that action at this time.
0 commit comments