Skip to content

Commit bed4fa5

Browse files
[MCC-760494] Remove obsolete build scripts (#74)
1 parent 595aaf2 commit bed4fa5

File tree

4 files changed

+11
-110
lines changed

4 files changed

+11
-110
lines changed

.github/workflows/build.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
Medidata.MAuth is a framework that provides support for authenticating web services and applications
44
with the Medidata HMAC protocol, MAuth.
55

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-
136
## What is MAuth?
147

158
The MAuth protocol provides a fault-tolerant, service-to-service authentication scheme for Medidata and third-party

appveyor.yml

-29
This file was deleted.

build/build.ps1

-74
This file was deleted.

0 commit comments

Comments
 (0)