Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Sep 20, 2024
1 parent 1a8da41 commit d9158e7
Show file tree
Hide file tree
Showing 7 changed files with 903 additions and 835 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v4
- run: dotnet run --project=tools/ConfigFilesGenerator/ConfigFilesGenerator.csproj

create_nuget:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v4
- run: |
try
{
Expand Down Expand Up @@ -63,13 +61,18 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.100-rc.1.24452.12
- run: dotnet test tests/Meziantou.DotNet.CodingStandard.Tests/Meziantou.DotNet.CodingStandard.Tests.csproj
- run: dotnet --info
- run: dotnet test tests/Meziantou.DotNet.CodingStandard.Tests/Meziantou.DotNet.CodingStandard.Tests.csproj --logger "trx;LogFileName=test_results.trx" --results-directory test_results
- uses: actions/upload-artifact@v4
if: always()
with:
name: test_results
path: test_results

deploy:
runs-on: "ubuntu-22.04"
Expand All @@ -80,8 +83,7 @@ jobs:
with:
name: nuget
path: ${{ env.NuGetDirectory }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
- uses: actions/setup-dotnet@v4
- run: |
Write-Host "Current ref: $env:GITHUB_REF"
Write-Host "Searching nupkg in folder: ${{ env.NuGetDirectory }}"
Expand Down
2 changes: 1 addition & 1 deletion Meziantou.DotNet.CodingStandard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<repository type="git" url="$RepositoryUrl$" commit="$RepositoryCommit$" branch="$RepositoryBranch$" />
<dependencies>
<dependency id="Meziantou.Analyzer" version="2.0.154" />
<dependency id="Meziantou.Analyzer" version="2.0.163" />
<dependency id="Microsoft.CodeAnalysis.BannedApiAnalyzers" version="3.3.4" />
</dependencies>
</metadata>
Expand Down
Loading

0 comments on commit d9158e7

Please sign in to comment.