Update and rename build_and-test.yml to build-and-test.yml

Fix incorrect nbfv config.
This commit is contained in:
Mohammadreza 2021-07-29 17:47:24 +01:00 committed by GitHub
parent 06ec1cd962
commit 59a88b09e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ jobs:
steps:
- 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
uses: actions/setup-dotnet@v1
with: