Try different MSBuild task variable
This commit is contained in:
Родитель
b46785686f
Коммит
136f7ae88d
|
@ -42,8 +42,7 @@ steps:
|
|||
- task: MSBuild@1
|
||||
inputs:
|
||||
msbuildArguments: /t:pack /p:NoBuild=true
|
||||
projects: src/**/*.csproj # Optional
|
||||
#solution: '**/*.sln'
|
||||
solution: 'src/**/*.csproj'
|
||||
#msbuildLocationMethod: 'version' # Optional. Options: version, location
|
||||
#msbuildVersion: 'latest' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0
|
||||
#msbuildArchitecture: 'x86' # Optional. Options: x86, x64
|
||||
|
|
Загрузка…
Ссылка в новой задаче