diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9cc41c0..daa4e5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ resources: variables: buildConfiguration: 'Release' - DOTNET_SDK_VERSION: 3.x + DOTNET_SDK_VERSION: 3.0.x jobs: @@ -90,4 +90,4 @@ jobs: # command: 'test' # configuration: $(buildConfiguration) # projects: '**/*Test.csproj' - # publishTestResults: true \ No newline at end of file + # publishTestResults: true