-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
97ec9f8
commit 1721264
Showing
4 changed files
with
23 additions
and
23 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 |
---|---|---|
|
@@ -29,9 +29,9 @@ jobs: | |
|
||
# Install the .NET Core workload | ||
- name: Install .NET Core | ||
uses: actions/setup-dotnet@v3.2.0 | ||
uses: actions/setup-dotnet@v4.1.0 | ||
with: | ||
dotnet-version: 8.0.x | ||
dotnet-version: 9.0.x | ||
|
||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild | ||
- name: Setup MSBuild.exe | ||
|
@@ -65,7 +65,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: 'Download Artifact' | ||
uses: actions/[email protected].7 | ||
uses: actions/[email protected].8 | ||
with: | ||
name: artifactory_Release | ||
- name: 'Dotnet NuGet Push' | ||
|
@@ -76,7 +76,7 @@ jobs: | |
shell: pwsh | ||
|
||
- name: Setup NuGet.exe for use with actions | ||
uses: NuGet/setup-nuget@v1.0.5 | ||
uses: NuGet/setup-nuget@v2.0.1 | ||
concurrency: | ||
group: ${{ github.ref }} | ||
cancel-in-progress: true |
20 changes: 10 additions & 10 deletions
20
Analogy.LogViewer.LiteDB.UnitTests/Analogy.LogViewer.LiteDB.UnitTests.csproj
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