File tree Expand file tree Collapse file tree 7 files changed +19
-17
lines changed
ExampleTests/ExampleTests
IntelliTect.TestTools.TestFramework.Tests
IntelliTect.TestTools.TestFramework Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 44 directory : " /" # Location of package manifests
55 schedule :
66 interval : " weekly"
7+ ignore :
8+ - dependency-name : " *Selenium*"
79
810 - package-ecosystem : " github-actions" # See documentation for possible values
911 directory : " /" # Location of package manifests
Original file line number Diff line number Diff line change 1919 contents : write
2020
2121 steps :
22- - uses : fastify/github-action-merge-dependabot@v3.6.2
22+ - uses : fastify/github-action-merge-dependabot@v3.10.1
2323 with :
2424 use-github-auto-merge : true
2525
3131 matrix :
3232 os : [windows-latest]
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Setup .NET
36- uses : actions/setup-dotnet@v3
36+ uses : actions/setup-dotnet@v4
3737 with :
3838 dotnet-version : |
3939 6.x
4848 - run : |
4949 echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
5050 - name : Test
51- run : dotnet test --no-build --configuration Release --verbosity normal
51+ run : dotnet test --filter FullyQualifiedName!~ExampleTests -- no-build --configuration Release --verbosity normal
Original file line number Diff line number Diff line change 1515 build-and-test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : |
2323 6.x
4444 run : dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build
4545 - name : Upload Artifacts
4646 if : startsWith(github.ref, 'refs/tags/v')
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : NuGet
5050 path : ${{github.workspace}}/IntelliTect.SelenatePack
5858 url : ' https://www.nuget.org/packages/IntelliTect.TestTools.Selenate'
5959 steps :
6060 - name : Download artifact from build job
61- uses : actions/download-artifact@v3
61+ uses : actions/download-artifact@v4
6262 with :
6363 name : NuGet
6464 - name : Push NuGet
6868 dotnet nuget push IntelliTect.Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6969 id : tag-version
7070 - name : Upload nupkg to Releases
71- uses : softprops/action-gh-release@v1
71+ uses : softprops/action-gh-release@v2
7272 with :
7373 fail_on_unmatched_files : true
7474 generate_release_notes : true
Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup Condition =" $(IsPackable) == 'true'" >
22- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1 .0.0" PrivateAssets =" All" />
22+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8 .0.0" PrivateAssets =" All" />
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.1.8 " >
14+ <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.2.0 " >
1515 <PrivateAssets >all</PrivateAssets >
1616 </PackageReference >
1717 <PackageReference Include =" IntelliTect.TestTools.TestFramework" Version =" 1.2.1" />
1818 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
1919 <PackageReference Include =" Selenium.WebDriver" Version =" 4.8.0" />
20- <PackageReference Include =" System.Text.Json" Version =" 7 .0.1 " />
21- <PackageReference Include =" xunit" Version =" 2.4.2 " />
20+ <PackageReference Include =" System.Text.Json" Version =" 8 .0.4 " />
21+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
2222 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
2323 <PrivateAssets >all</PrivateAssets >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.1.8 " >
15+ <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.2.0 " >
1616 <PrivateAssets >all</PrivateAssets >
1717 </PackageReference >
1818 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
19- <PackageReference Include =" xunit" Version =" 2.4.2 " />
19+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
2121 <PrivateAssets >all</PrivateAssets >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.1.8 " >
13+ <PackageReference Include =" IntelliTect.Analyzers" Version =" 0.2.0 " >
1414 <PrivateAssets >all</PrivateAssets >
1515 </PackageReference >
1616 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
1919 </ItemGroup >
2020
2121 <ItemGroup >
22- <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " />
22+ <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " />
2323 </ItemGroup >
2424
2525</Project >
You can’t perform that action at this time.
0 commit comments