Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapellman authored Dec 17, 2020
1 parent 1e55d3d commit bd1929b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 5.0.0
dotnet-version: 5.0.100
- name: Build with dotnet
run: dotnet publish src/NVT/NVT.csproj -c Release

0 comments on commit bd1929b

Please sign in to comment.