diff --git a/azure-pipeline-PR.yml b/azure-pipeline-PR.yml index 96a9777..0cd797d 100644 --- a/azure-pipeline-PR.yml +++ b/azure-pipeline-PR.yml @@ -14,7 +14,7 @@ pool: steps: - script: echo Build Number $(name) - task: UseDotNet@2 - displayName: 'Use .NET 7.0 sdk' + displayName: 'Use .NET 8.0 sdk' inputs: packageType: sdk version: 8.0.100 @@ -37,13 +37,4 @@ steps: **/Xunit.Microsoft.DependencyInjection.csproj **/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj arguments: '--configuration $(BuildConfiguration)' -- task: NuGetCommand@2 - displayName: 'Packing' - inputs: - command: 'pack' - packagesToPack: | - **/Xunit.Microsoft.DependencyInjection.csproj - **/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj - versioningScheme: 'byEnvVar' - versionEnvVar: 'Build.BuildNumber' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45f1606..ae2fa47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ pool: steps: - script: echo Build Number $(name) - task: UseDotNet@2 - displayName: 'Use .NET 7.0 sdk' + displayName: 'Use .NET 8.0 sdk' inputs: packageType: sdk version: 8.0.100 diff --git a/src/Xunit.Microsoft.DependencyInjection.csproj b/src/Xunit.Microsoft.DependencyInjection.csproj index 482c4d3..549249c 100644 --- a/src/Xunit.Microsoft.DependencyInjection.csproj +++ b/src/Xunit.Microsoft.DependencyInjection.csproj @@ -12,7 +12,7 @@ - +