Skip to content

Commit 5c1ed6a

Browse files
authored
Testing removal of .net 5 since it should be on the agent now. (#2205)
1 parent 7571435 commit 5c1ed6a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ variables:
2222
mdixVersion: '4.0.0'
2323

2424
steps:
25-
- task: UseDotNet@2
26-
displayName: 'Install NET5.0 SDK'
27-
inputs:
28-
packageType: sdk
29-
version: '5.0.100'
30-
vsVersion: '16.8.0'
31-
3225
- task: DotNetCoreCLI@2
3326
displayName: 'dotnet build'
3427
inputs:
3528
projects: '$(solution)'
3629
arguments: '/p:Configuration=$(buildConfiguration) /p:Platform="Any CPU" /p:MDIXVersion=$(mdixVersion).$(Build.BuildID) /p:MDIXColorsVersion=$(mdixColorsVersion).$(Build.BuildID) /p:MDIXMahAppsVersion=$(mdixMahappsVersion).$(Build.BuildID) /p:TreatWarningsAsErrors=True'
30+
includeNuGetOrg: true
3731

3832
- task: DotNetCoreCLI@2
3933
displayName: 'Unit Tests'

0 commit comments

Comments
 (0)