-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from nils-a/release/2.0.0
Release/2.0.0
- Loading branch information
Showing
16 changed files
with
78 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,43 +43,43 @@ jobs: | |
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }} | ||
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v2.4.0 | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
- name: Fetch all tags and branches | ||
run: git fetch --prune --unshallow | ||
- uses: actions/setup-dotnet@v1.9.0 | ||
- uses: actions/setup-dotnet@v3.0.3 | ||
with: | ||
# codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 | ||
dotnet-version: | | ||
2.1.818 | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
7.0.x | ||
- name: Cache Tools | ||
uses: actions/cache@v2.1.7 | ||
uses: actions/cache@v3.0.11 | ||
with: | ||
path: tools | ||
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} | ||
- name: Build project | ||
uses: cake-build/[email protected].0 | ||
uses: cake-build/[email protected].1 | ||
with: | ||
script-path: recipe.cake | ||
target: CI | ||
verbosity: Diagnostic | ||
cake-version: 0.38.5 | ||
cake-bootstrap: true | ||
cake-version: 1.3.0 | ||
- name: Upload Issues | ||
uses: actions/upload-artifact@v2.2.4 | ||
uses: actions/upload-artifact@v3.1.1 | ||
with: | ||
if-no-files-found: warn | ||
name: ${{ matrix.os }} Issues | ||
path: | | ||
BuildArtifacts/report.html | ||
BuildArtifacts/**/coverlet/*.xml | ||
- name: Upload Packages | ||
uses: actions/upload-artifact@v2.2.4 | ||
uses: actions/upload-artifact@v3.1.1 | ||
if: runner.os == 'Windows' | ||
with: | ||
if-no-files-found: warn | ||
name: package | ||
path: BuildArtifacts/Packages/**/* | ||
path: BuildArtifacts/Packages/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,41 +29,41 @@ jobs: | |
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection | ||
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v2.4.0 | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
- name: Fetch all tags and branches | ||
run: git fetch --prune --unshallow | ||
- uses: actions/[email protected] | ||
with: | ||
# codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 | ||
dotnet-version: | | ||
2.1.818 | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
- uses: actions/[email protected] | ||
with: | ||
# codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0 | ||
dotnet-version: | | ||
2.1.818 | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
7.0.x | ||
- name: Cache Tools | ||
uses: actions/cache@v2.1.7 | ||
uses: actions/cache@v3.0.11 | ||
with: | ||
path: tools | ||
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
uses: github/codeql-action/init@v2 | ||
with: | ||
languages: ${{ matrix.language }} | ||
# If you wish to specify custom queries, you can do so here or in a config file. | ||
# By default, queries listed here will override any specified in a config file. | ||
# By default, queries listed here will override any specified in a config file. | ||
# Prefix the list here with "+" to use these queries and those in the config file. | ||
# queries: ./path/to/local/query, your-org/your-repo/queries@main | ||
|
||
- name: Build project | ||
uses: cake-build/[email protected].0 | ||
uses: cake-build/[email protected].1 | ||
with: | ||
script-path: recipe.cake | ||
target: DotNetCore-Build | ||
cake-version: 0.38.5 | ||
cake-bootstrap: true | ||
cake-version: 1.3.0 | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v1 | ||
uses: github/codeql-action/analyze@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,18 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v3.1.0 | ||
- name: Fetch all tags and branches | ||
run: git fetch --prune --unshallow | ||
- name: Cache Tools | ||
uses: actions/cache@v2.1.7 | ||
uses: actions/cache@v3.0.11 | ||
with: | ||
path: tools | ||
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} | ||
- name: Publishing documentaiton | ||
uses: cake-build/[email protected].0 | ||
uses: cake-build/[email protected].1 | ||
with: | ||
script-path: recipe.cake | ||
target: Force-Publish-Documentation | ||
verbosity: Diagnostic | ||
cake-version: 0.38.5 | ||
cake-bootstrap: true | ||
cake-version: 1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"eslint": "8.4.0" | ||
"eslint": "8.27.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"eslint": "8.4.0" | ||
"eslint": "8.27.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"allowPrerelease": true, | ||
"version": "6.0.100-rc.2", | ||
"version": "7.0.100", | ||
"rollForward": "latestFeature" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_given_settings.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
Path: /Working/tools/eslint, | ||
Process: { | ||
WorkingDirectory: /Working | ||
WorkingDirectory: /Working, | ||
NoWorkingDirectory: false, | ||
RedirectStandardError: false, | ||
RedirectStandardOutput: false, | ||
Silent: false | ||
}, | ||
Args: | ||
} | ||
} |
8 changes: 6 additions & 2 deletions
8
src/Cake.ESLint.Tests/ESLintAliasesTests.Runs_tool_with_no_settings.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
Path: /Working/tools/eslint, | ||
Process: { | ||
WorkingDirectory: /Working | ||
WorkingDirectory: /Working, | ||
NoWorkingDirectory: false, | ||
RedirectStandardError: false, | ||
RedirectStandardOutput: false, | ||
Silent: false | ||
}, | ||
Args: | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters