Update aspnetcore.yml

This commit is contained in:
Chris Sexton 2019-10-05 13:28:18 -04:00 committed by GitHub
parent 2d476189d9
commit 5c2ca407d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 3.0 dotnet-version: 3.0.100-preview8-013656
- name: Build with dotnet - name: Build with dotnet
run: dotnet build --configuration Release run: dotnet build --configuration Release
- name: Run tests - name: Run tests