parent
84929cd0a6
commit
6b98098b8c
|
@ -11,6 +11,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
|
||||||
|
- uses: dotnet/nbgv@v0.4.0
|
||||||
|
with:
|
||||||
|
setAllVars: true
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue