Skip to content

Commit fa9ad43

Browse files
author
Damon Prater
committed
Working on getting appveyor to recognize the artifacts correctly
1 parent 2c2cf22 commit fa9ad43

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

AuthorizeNETnetcore/TestFriends.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("AuthorizeNETtest")]
1+
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("AuthorizeNET-xunit")]

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ after_build:
2626
- cmd: dotnet pack AuthorizeNETnetcore -c Release /property:Version=%APPVEYOR_BUILD_VERSION%
2727
test_script:
2828
- 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\/)/
2939
notifications:
3040
- provider: Slack
3141
auth_token:

0 commit comments

Comments
 (0)