diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 29836acff14..b73b4f5ee57 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -134,8 +134,8 @@ extends: parameters: xaSourcePath: $(Build.SourcesDirectory)/android androidSdkPlatforms: $(DefaultTestSdkPlatforms) - dotnetVersion: $(DotNetPreviewSdkVersion) - dotnetQuality: $(DotNetPreviewSdkQuality) + dotnetVersion: $(DotNetSdkVersion) + dotnetQuality: $(DotNetSdkQuality) - task: NuGetAuthenticate@1 displayName: authenticate with azure artifacts @@ -353,8 +353,8 @@ extends: - template: /build-tools/automation/yaml-templates/use-dot-net.yaml@self parameters: - version: $(DotNetPreviewSdkVersion) - quality: $(DotNetPreviewSdkQuality) + version: $(DotNetSdkVersion) + quality: $(DotNetSdkQuality) # Download symbols to be published to the symbols artifact drop declared above - task: DownloadPipelineArtifact@2 diff --git a/build-tools/automation/yaml-templates/variables.yaml b/build-tools/automation/yaml-templates/variables.yaml index c6291fa338c..8a9d45d11f7 100644 --- a/build-tools/automation/yaml-templates/variables.yaml +++ b/build-tools/automation/yaml-templates/variables.yaml @@ -27,10 +27,6 @@ variables: value: 10.0 - name: DotNetSdkQuality value: GA -- name: DotNetPreviewSdkVersion - value: 10.0 -- name: DotNetPreviewSdkQuality - value: preview - name: GitHub.Token value: $(github--pat--vs-mobiletools-engineering-service2) - name: HostedMacImage