diff options
| author | strongstrongyiwen <[email protected]> | 2020-06-11 10:26:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-11 10:26:18 -0700 |
| commit | 8832c74bd92c222b46a45e122532b009d3c74a14 (patch) | |
| tree | 7ca407ab5c5e2ae3378d33eedec1ce33218a13db /.gitmodules | |
| parent | 824684c664fb8a574b2a79ca0602229c85c562af (diff) | |
Changed wil nuget package linking to git submodule (#515)156867
Deleted link with wil nuget package, switched to git submodule instead.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..b0a8d776 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wil"] + path = wil + url = https://github.com/microsoft/wil |
