File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3939 - name : Setup .NET
4040 uses : actions/setup-dotnet@v5
4141 with :
42- dotnet-version : 9 .0.x
42+ dotnet-version : 10 .0.x
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
4545 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2626 - name : Setup .NET
2727 uses : actions/setup-dotnet@v5
2828 with :
29- dotnet-version : 9 .0.x
29+ dotnet-version : 10 .0.x
3030 - name : Run automated unit and integration tests
3131 run : dotnet test PipelinesToActions/PipelinesToActions.Tests/PipelinesToActions.Tests.csproj --configuration Debug -e:CollectCoverage=true -e:CoverletOutput=TestResults/ -e:CoverletOutputFormat=lcov
3232 - run : |
@@ -42,10 +42,10 @@ jobs:
4242 run : dotnet publish PipelinesToActions/PipelinesToActions/PipelinesToActionsWeb.csproj --configuration Release -p:Version='${{ steps.gitversion.outputs.MajorMinorPatch }}'
4343 # Publish build artifacts to GitHub
4444 - name : Upload website build artifacts back to GitHub
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : webapp
48- path : PipelinesToActions/PipelinesToActions/bin/Release/net9 .0/publish
48+ path : PipelinesToActions/PipelinesToActions/bin/Release/net10 .0/publish
4949
5050
5151 sonarCloud :
5757 uses : samsmithnz/SamsDotNetSonarCloudAction@v2.1
5858 with :
5959 projects : ' PipelinesToActions/PipelinesToActions/PipelinesToActionsWeb.csproj,PipelinesToActions/PipelinesToActions.Tests/PipelinesToActions.Tests.csproj'
60- dotnet-version : ' 9 .0.x'
60+ dotnet-version : ' 10 .0.x'
6161 sonarcloud-organization : samsmithnz-github
6262 sonarcloud-project : samsmithnz_AzurePipelinesToGitHubActionsConverterWeb
6363 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >false</IsPackable >
1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
15- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.11 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.0 " />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1717 <PackageReference Include =" NSubstitute" Version =" 5.3.0" />
1818 <PackageReference Include =" MSTest.TestAdapter" Version =" 4.0.2" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ApplicationInsightsResourceId >/subscriptions/65b8d298-e5bd-4735-912e-8b9c510c4e00/resourcegroups/PipelinesToActions/providers/microsoft.insights/components/PipelinesToActions-AppInsights</ApplicationInsightsResourceId >
66 <Version >1.0.0.0</Version >
77 <Deterministic >false</Deterministic >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" AzurePipelinesToGitHubActionsConverter.Core" Version =" 1.4.1 " />
11+ <PackageReference Include =" AzurePipelinesToGitHubActionsConverter.Core" Version =" 1.4.3 " />
1212 <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.23.0" />
1313 <PackageReference Include =" Microsoft.ApplicationInsights.SnapshotCollector" Version =" 1.4.6" />
1414 </ItemGroup >
You can’t perform that action at this time.
0 commit comments