Skip to content

Commit 2cf71df

Browse files
Merge branch 'zzzprojects:master' into master
2 parents d28c748 + d14b76e commit 2cf71df

File tree

4 files changed

+8
-108
lines changed

4 files changed

+8
-108
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build with Tests
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
6+
pull_request:
7+
types: [opened, edited]
48

59
jobs:
610
build_and_test_Windows:
@@ -13,6 +17,8 @@ jobs:
1317

1418
steps:
1519
- uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
1622

1723
- name: Build
1824
run: |
@@ -38,12 +44,6 @@ jobs:
3844
distribution: 'temurin' # See 'Supported distributions' for available options
3945
java-version: '17'
4046

41-
- name: Set JAVA_HOME to JDK 17
42-
shell: pwsh
43-
run: |
44-
$jdkPath = $env:JAVA_HOME_17_X64
45-
echo "JAVA_HOME=$jdkPath" >> $GITHUB_ENV
46-
4747
- name: Install dotnet tools
4848
run: |
4949
dotnet tool install --global dotnet-sonarscanner

Generate-ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rem https://github.com/StefH/GitHubReleaseNotes
22

33
SET version=v1.4.1
44

5-
GitHubReleaseNotes --output CHANGELOG.md --exclude-labels invalid question documentation wontfix --language en --version %version% --token %GH_TOKEN%
5+
GitHubReleaseNotes --output CHANGELOG.md --exclude-labels invalid question documentation wontfix environment --language en --version %version% --token %GH_TOKEN%

System.Linq.Dynamic.Core.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
ProjectSection(SolutionItems) = preProject
1818
.deployment = .deployment
1919
.editorconfig = .editorconfig
20-
azure-pipelines.yml = azure-pipelines.yml
2120
CHANGELOG.md = CHANGELOG.md
2221
Directory.Build.props = Directory.Build.props
2322
Generate-ReleaseNotes.bat = Generate-ReleaseNotes.bat
@@ -132,9 +131,6 @@ EndProject
132131
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp_net6.0_EF6_Sqlite", "src-console\ConsoleAppEF6_Sqlite\ConsoleApp_net6.0_EF6_Sqlite.csproj", "{CA03FD55-9DAB-4827-9A35-A96D3804B311}"
133132
EndProject
134133
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src-examples", "src-examples", "{BCA2A024-9032-4E56-A6C4-17A15D921728}"
135-
ProjectSection(SolutionItems) = preProject
136-
src-examples\README.md = src-examples\README.md
137-
EndProjectSection
138134
EndProject
139135
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeFirst.DataAccess", "src-examples\CodeFirst.DataAccess\CodeFirst.DataAccess.csproj", "{E36D1A08-F3ED-48C7-9DBF-8F625974A6C4}"
140136
EndProject

azure-pipelines.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)