File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1414steps :
1515- script : echo Build Number $(name)
1616- task : UseDotNet@2
17- displayName : ' Use .NET 7 .0 sdk'
17+ displayName : ' Use .NET 8 .0 sdk'
1818 inputs :
1919 packageType : sdk
2020 version : 8.0.100
@@ -37,13 +37,4 @@ steps:
3737 **/Xunit.Microsoft.DependencyInjection.csproj
3838 **/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj
3939 arguments : ' --configuration $(BuildConfiguration)'
40- - task : NuGetCommand@2
41- displayName : ' Packing'
42- inputs :
43- command : ' pack'
44- packagesToPack : |
45- **/Xunit.Microsoft.DependencyInjection.csproj
46- **/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj
47- versioningScheme : ' byEnvVar'
48- versionEnvVar : ' Build.BuildNumber'
4940
Original file line number Diff line number Diff line change 2121steps :
2222- script : echo Build Number $(name)
2323- task : UseDotNet@2
24- displayName : ' Use .NET 7 .0 sdk'
24+ displayName : ' Use .NET 8 .0 sdk'
2525 inputs :
2626 packageType : sdk
2727 version : 8.0.100
You can’t perform that action at this time.
0 commit comments