restore yaml
This commit is contained in:
parent
f5f1dc483b
commit
86efe631fe
4 changed files with 130 additions and 132 deletions
39
.github/workflows/dotnet-validate.yml
vendored
39
.github/workflows/dotnet-validate.yml
vendored
|
|
@ -1,20 +1,19 @@
|
|||
# # This workflow will build a .NET project
|
||||
# # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
||||
#
|
||||
# name: validate
|
||||
#
|
||||
# on:
|
||||
# push:
|
||||
# branches: [ "master" ]
|
||||
# pull_request:
|
||||
# branches: [ "master" ]
|
||||
#
|
||||
# env:
|
||||
# DOTNET_VERSION: '7' # The .NET SDK version to use
|
||||
# DOTNET_SLN: './Source/Libation.sln'
|
||||
# DOTNET_CONFIGURATION: 'Release'
|
||||
#
|
||||
# jobs:
|
||||
# build:
|
||||
# uses: ./.github/workflows/dotnet-build.yml
|
||||
#
|
||||
# This workflow will build a .NET project
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
||||
|
||||
name: validate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
DOTNET_VERSION: '7' # The .NET SDK version to use
|
||||
DOTNET_SLN: './Source/Libation.sln'
|
||||
DOTNET_CONFIGURATION: 'Release'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/dotnet-build.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue