Skip to content

Commit

Permalink
Merge pull request #766 from WildGums/GitHubSync/20240201-115128
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik committed Feb 1, 2024
2 parents 910de18 + ece02bc commit e50a316
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.2.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---support-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ''

---

ONLY active OSS contributors OR people who buy me a coffee can ask questions here. If you don't do either of these things - DO NOT FILE HERE OR I WILL SIMPLY REMOVE YOUR ACCOUNT :)
ONLY active OSS contributors OR people who buy us a coffee can ask questions here. If you don't do either of these things - DO NOT FILE HERE :)

Give as much details as humanly possible if you want any sort of answer!

Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/--bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ assignees: ''
## Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)

- [ ] WPF
- [ ] UWP
- [ ] iOS
- [ ] Android
- [ ] .NET Standard
- [ ] Blazor WASM
- [ ] .NET Core

## Component
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/--thank-you.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "❤️Thank You"
about: Just want to say thank you, this is the guy to do it in
about: Just want to say thank you, this is the one to do it in
title: Thank You
labels: ''
assignees: ''
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ None
### PR Checklist ###

- [ ] I have included examples or tests
- [ ] I have updated the change log
- [ ] I am listed in the CONTRIBUTORS file
- [ ] I have updated the change log or created a GitHub ticket with the change
- [ ] I am listed in the CONTRIBUTORS file (if it exists)
- [ ] Changes adhere to coding standard
- [ ] I checked the licenses of Third Party software and discussed new dependencies with at least 1 other team member
36 changes: 36 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Build and test

on:
push:
branches:
- develop
- master
pull_request:

#permissions:
#pull-requests: write
#contents: write

jobs:
build-and-test:
runs-on: windows-latest # Required for some (WPF) projects

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
id: checkout
with:
fetch-depth: 0

- name: Setup .NET Core
id: setup-dotnet
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: '8.0.x'

- name: Cake Action
id: cake-action
uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b #v1.4.1
with:
target: BuildAndTest
arguments: |
IsCiBuild: true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ build.cakeoverrides
TestResults
.vs/
.sonarqube/
.github/
BundleArtifacts/

# docker / tye
Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/docker-tasks.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#l "docker-variables.cake"
#l "lib-octopusdeploy.cake"

#addin "nuget:?package=Cake.Docker&version=1.2.3"
#addin "nuget:?package=Cake.Docker&version=1.3.0"

//-------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions deployment/cake/lib-msbuild.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin "nuget:?package=Cake.Issues&version=3.0.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=3.0.0"
#addin "nuget:?package=Cake.Issues&version=4.0.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.0.0"

#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/sourcecontrol-github.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#addin "nuget:?package=Cake.GitHub&version=0.1.0"
#addin "nuget:?package=Octokit&version=9.0.0"
#addin "nuget:?package=Octokit&version=9.1.1"

//-------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions deployment/cake/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#l "tests.cake"
#l "templates-tasks.cake"

#addin "nuget:?package=Cake.FileHelpers&version=6.1.3"
#addin "nuget:?package=Cake.FileHelpers&version=7.0.0"
#addin "nuget:?package=Cake.Sonar&version=1.1.32"
#addin "nuget:?package=MagicChunks&version=2.0.0.119"
#addin "nuget:?package=Newtonsoft.Json&version=13.0.3"
Expand All @@ -36,7 +36,7 @@
// It probably means the tool is not correctly installed.
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
#tool "nuget:?package=dotnet-sonarscanner&version=6.0.0"
#tool "nuget:?package=dotnet-sonarscanner&version=6.1.0"

//-------------------------------------------------------------
// BACKWARDS COMPATIBILITY CODE - START
Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tests-nunit.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.16.3"
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.17.0"

//-------------------------------------------------------------

Expand Down

0 comments on commit e50a316

Please sign in to comment.