Skip to content

Commit 97d82da

Browse files
committed
Update git submodule in appveyor build and fix the repo url in contributing doc
1 parent 934571c commit 97d82da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repo contains the submodule `mauth-protocol-test-suite` so requires a flag when initially cloning in order to clone and init submodules.
66

77
```
8-
git clone --recurse-submodules [email protected]:mdsol/mauth-client-ruby.git
8+
git clone --recurse-submodules [email protected]:mdsol/mauth-client-dotnet.git
99
```
1010

1111
If you have already cloned a version of this repo before the submodule was introduced then run

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ pull_requests:
44
image: Visual Studio 2019
55
init:
66
- git config --global core.autocrlf true
7+
install:
8+
- git submodule update --init --recursive
79
nuget:
810
disable_publish_on_pr: true
911
build_script:
@@ -24,4 +26,4 @@ deploy:
2426
api_key:
2527
secure: npZx6kvkDjB9a+wz5PILhIAGZ3gnxOyBnsc05GPOywfpP9d3R72oetjaH2eInrko
2628
on:
27-
appveyor_repo_tag: true
29+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)