-
Notifications
You must be signed in to change notification settings - Fork 49
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 #1069 from DeveloperMetrics/13JulUpdates
Updating Packages
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
# queries: ./path/to/local/query, your-org/your-repo/queries@main | ||
|
||
- name: Setup .NET Core | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: 8.0.x | ||
|
||
|
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 |
---|---|---|
|
@@ -20,18 +20,18 @@ jobs: | |
fetch-depth: 0 #fetch-depth is needed for GitVersion | ||
#Install and calculate the new version with GitVersion | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/setup@v1.1.1 | ||
uses: gittools/actions/gitversion/setup@v1.2.0 | ||
with: | ||
versionSpec: 5.x | ||
- name: Determine Version | ||
uses: gittools/actions/gitversion/execute@v1.1.1 | ||
uses: gittools/actions/gitversion/execute@v1.2.0 | ||
id: gitversion # step id used as reference for output values | ||
- name: Display GitVersion outputs | ||
run: | | ||
echo "Version: ${{ steps.gitversion.outputs.SemVer }}" | ||
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}" | ||
- name: Setup .NET Core | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: 8.0.x | ||
|
||
|
@@ -83,7 +83,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup .NET Core | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: 8.0.x | ||
#Run automated .NET tests | ||
|
@@ -114,7 +114,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup .NET Core | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: 8.0.x #Not a typo, the function is locked to a LTS version of .NET | ||
- name: .NET Publish Function | ||
|
@@ -303,7 +303,7 @@ jobs: | |
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - name: Setup .NET Core | ||
# uses: actions/[email protected].0 | ||
# uses: actions/[email protected].1 | ||
# with: | ||
# dotnet-version: 3.1.101 | ||
# - name: .NET core Publish Azure DevOps Extension | ||
|
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
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