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