Skip to content

Commit 6d42298

Browse files
TysonMNKeboo
authored andcommitted
Fixed .NET Core version for UseDotNet step in Azure pipeline (#1512)
1 parent 5d46ece commit 6d42298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
solution: 'MaterialDesignToolkit.Wpf.sln'
1818
buildPlatform: 'Any CPU'
1919
buildConfiguration: 'AppVeyor'
20-
dotNetCoreVersion: '3.0.*'
20+
dotNetCoreVersion: '3.0.x'
2121

2222
steps:
2323
- task: UseDotNet@2

0 commit comments

Comments
 (0)