mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Merge pull request #46 from dotnet/jamesmontemagno-patch-3
Update dotnet.yml
This commit is contained in:
commit
01351b87bd
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
|
@ -5,16 +5,16 @@ name: .NET Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use
|
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build All Projects
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue