diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90c8162..a519db8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ steps: - template: build-net-project.yml@templates parameters: - netSdkVersions: [$(PreviousVersion), $(CurrentVersion)] + netSdkVersions: [$(PreviousVersion), $(CurrentVersion), 8.x] solution: $(Solution) configuration: $(Configuration)