We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c85bb commit 805927dCopy full SHA for 805927d
.travis.yml
@@ -16,3 +16,5 @@ script:
16
17
- cp ./Authorize.NET/bin/Debug/AuthorizeNet.dll ./sample-code-csharp/
18
- xbuild ./sample-code-csharp/SampleCode.csproj
19
+ - xbuild ./sample-code-csharp/SampleCodeTest/SampleCodeTest.csproj
20
+ - nunit-console ./sample-code-csharp/SampleCodeTest/SampleCodeTest.csproj
0 commit comments