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 21998a0 commit ca273d6Copy full SHA for ca273d6
build.yaml
@@ -40,7 +40,7 @@ stages:
40
inputs:
41
solution: Kerberos.NET.sln
42
configuration: $(BuildConfiguration)
43
- msbuildArguments: dotnet pack -c Release -v:n
+ arguments: dotnet pack -c Release -v:n
44
maximumCpuCount: true
45
46
# - task: DotNetCoreCLI@2
0 commit comments