File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : setup dotnet
2626 uses : actions/setup-dotnet@v4
2727 with :
28- dotnet-version : 9.0.100
28+ dotnet-version : 9.x
2929 - name : restore dependencies
3030 run : dotnet restore ./src/api/server/Server.csproj
3131 - name : build
4343 - name : setup dotnet
4444 uses : actions/setup-dotnet@v4
4545 with :
46- dotnet-version : 9.0.100
46+ dotnet-version : 9.x
4747 - name : docker login
4848 uses : docker/login-action@v3
4949 with :
Original file line number Diff line number Diff line change 1010 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1111 <AnalysisLevel >latest</AnalysisLevel >
1212 <AnalysisMode >All</AnalysisMode >
13- <ContainerImageTags >2.0.2 -rc;latest</ContainerImageTags >
13+ <ContainerImageTags >2.0.3 -rc;latest</ContainerImageTags >
1414 </PropertyGroup >
1515 <ItemGroup >
1616 <PackageReference Include =" SonarAnalyzer.CSharp" PrivateAssets =" all" Condition =" $(MSBuildProjectExtension) == '.csproj'" />
You can’t perform that action at this time.
0 commit comments