Skip to content

Commit

Permalink
ci: Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Nov 22, 2023
1 parent 1d89b5c commit 08414d7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
9 changes: 6 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Build, test and publish
on: [ push ]
on:
push:
branches:
- main

jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-2022
os: windows-latest
use-msbuild: true
workloads: android ios maccatalyst macos
workloads: maui
windows-sdk-version: 18362
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and test
on:
pull_request:
branches:
- main

jobs:
build-test:
name: Build abd test
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-latest
generate-build-number: false
conventional-commits-publish-conditions: false
use-msbuild: true
workloads: maui
windows-sdk-version: 18362
2 changes: 2 additions & 0 deletions H.OxyPlot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE
README.md = README.md
src\Directory.Packages.props = src\Directory.Packages.props
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "H.OxyPlot.Uwp", "src\libs\H.OxyPlot.Uwp\H.OxyPlot.Uwp.csproj", "{16A17957-6DE3-4874-B0B6-08404C23FBBE}"
Expand Down

0 comments on commit 08414d7

Please sign in to comment.