We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571435 commit 5c1ed6aCopy full SHA for 5c1ed6a
azure-pipelines.yml
@@ -22,18 +22,12 @@ variables:
22
mdixVersion: '4.0.0'
23
24
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
-
32
- task: DotNetCoreCLI@2
33
displayName: 'dotnet build'
34
inputs:
35
projects: '$(solution)'
36
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'
+ includeNuGetOrg: true
37
38
39
displayName: 'Unit Tests'
0 commit comments