File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,9 @@ stages:
3939 - task : DotNetCoreCLI@2
4040 displayName : ' Build solution Kerberos.NET.sln'
4141 inputs :
42- solution : Kerberos.NET.sln
42+ command : ' pack'
43+ projects : Kerberos.NET.sln
4344 configuration : $(BuildConfiguration)
44- msbuildArguments : dotnet pack -c Release -v:n
45- maximumCpuCount : true
4645
4746# - task: DotNetCoreCLI@2
4847# inputs:
@@ -51,14 +50,6 @@ stages:
5150# arguments: -c $(BuildConfiguration) --no-build --no-restore --settings CodeCoverage.runsettings --collect:"XPlat Code Coverage"
5251# displayName: Run Unit Tests
5352
54- - task : DotNetCoreCLI@2
55- inputs :
56- command : ' pack'
57- packagesToPack : ' ./Bruce/Bruce.csproj'
58- nobuild : true
59- outputDir : $(Build.ArtifactStagingDirectory)
60- displayName : Pack Bruce tool
61-
6253 - task : PublishBuildArtifacts@1
6354 inputs :
6455 PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
You can’t perform that action at this time.
0 commit comments