Skip to content

Commit

Permalink
Merge pull request #28 from exendahal/fix/ci_script
Browse files Browse the repository at this point in the history
Update and rename dotnet.yml to basic-ci.yml
  • Loading branch information
exendahal authored Aug 4, 2024
2 parents 534f647 + e01b6fa commit dbe9482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
branches: [ "develop" ]

# Customize with your values here
env:
BUILD_CONFIGURATION: Release
DOTNET_VERSION: 8.0.x
CSPROJ_TO_BUILD: MauiApp1.csproj
CSPROJ_TO_BUILD: EcommerceMAUI.csproj

jobs:
build-ci:
Expand Down

0 comments on commit dbe9482

Please sign in to comment.