File tree 4 files changed +11
-110
lines changed
4 files changed +11
-110
lines changed Original file line number Diff line number Diff line change
1
+ name : Build and Test
2
+ on : [push]
3
+ jobs :
4
+ Test :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - name : Check out repository
8
+ uses : actions/checkout@v2
9
+ with :
10
+ submodules : ' recursive'
11
+ - run : dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0
Original file line number Diff line number Diff line change 3
3
Medidata.MAuth is a framework that provides support for authenticating web services and applications
4
4
with the Medidata HMAC protocol, MAuth.
5
5
6
- ## Build Status
7
-
8
- | Build | Status |
9
- | --- | --- |
10
- | AppVeyor Release | ![ Release] ( https://ci.appveyor.com/api/projects/status/94450nsec4kwhjpo?branch=master&svg=true ) |
11
- | AppVeyor Prerelease | ![ Prerelease] ( https://ci.appveyor.com/api/projects/status/94450nsec4kwhjpo?branch=develop&svg=true ) |
12
-
13
6
## What is MAuth?
14
7
15
8
The MAuth protocol provides a fault-tolerant, service-to-service authentication scheme for Medidata and third-party
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments