-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
0 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Prepare]' | ||
if: steps.cache-cake.outputs.cache-hit != 'true' | ||
|
@@ -99,7 +98,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Build]' | ||
shell: pwsh | ||
|
@@ -163,7 +161,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Unit Test]' | ||
shell: pwsh | ||
|
@@ -216,7 +213,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Test Artifacts]' | ||
shell: pwsh | ||
|
@@ -277,7 +273,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Test Artifacts (amd64)]' | ||
shell: pwsh | ||
|
@@ -336,7 +331,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: Login to DockerHub | ||
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools' | ||
|
@@ -427,7 +421,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Publish]' | ||
shell: pwsh | ||
|
@@ -482,7 +475,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Release]' | ||
shell: pwsh | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
|
||
- | ||
name: '[Prepare]' | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Prepare]' | ||
if: steps.cache-cake.outputs.cache-hit != 'true' | ||
|
@@ -111,7 +110,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Build Documentation]' | ||
shell: pwsh | ||
|
@@ -167,7 +165,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: '[Publish Documentation]' | ||
if: ${{ github.event_name == 'push' }} | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
dotnet-quality: 'preview' | ||
- | ||
name: Run Format Build solution | ||
run: dotnet format ./build/ --verify-no-changes | ||
|