|
@@ -12,6 +12,8 @@ variables:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- task: NuGetToolInstaller@1
|
|
- task: NuGetToolInstaller@1
|
|
|
|
+ inputs:
|
|
|
|
+ versionSpec: '5.x'
|
|
|
|
|
|
- task: NuGetCommand@2
|
|
- task: NuGetCommand@2
|
|
inputs:
|
|
inputs:
|
|
@@ -27,7 +29,7 @@ steps:
|
|
displayName: Build
|
|
displayName: Build
|
|
inputs:
|
|
inputs:
|
|
command: 'build'
|
|
command: 'build'
|
|
- projects: '!**/*.MSIX.wapproj'
|
|
|
|
|
|
+ projects: '**/*.csproj'
|
|
arguments: '--configuration Release'
|
|
arguments: '--configuration Release'
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
- task: DotNetCoreCLI@2
|