File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 77variables :
88 buildConfiguration : ' Release'
99 majorVersion : 1
10- minorVersion : 0
11-
10+ minorVersion : 1
11+ suffix : ' beta '
1212
1313stages :
1414 - stage : Version
@@ -45,7 +45,9 @@ stages:
4545 displayName : ' dotnet test'
4646 inputs :
4747 command : test
48- projects : ' **/LiquidTestReports.Core.Tests.csproj'
48+ projects : |
49+ **/LiquidTestReports.Core.Tests.csproj
50+ **/LiquidTestReports.Cli.Tests.csproj
4951 arguments : ' --no-build -c $(buildConfiguration)'
5052
5153 - task : DotNetCoreCLI@2
@@ -57,8 +59,9 @@ stages:
5759 **/LiquidTestReports.Core.csproj
5860 **/LiquidTestReports.Markdown.csproj
5961 **/LiquidTestReports.Custom.csproj
62+ **/LiquidTestReports.Cli.csproj
6063 custom : pack
61- arguments : ' --no-build -o $(Build.ArtifactStagingDirectory) -c $(buildConfiguration) -p:PackageVersion=$(Build.BuildNumber)'
64+ arguments : ' --no-build -o $(Build.ArtifactStagingDirectory) -c $(buildConfiguration) -p:PackageVersion=$(Build.BuildNumber)-$(suffix) '
6265 versioningScheme : byBuildNumber
6366
6467 - task : PublishBuildArtifacts@1
You can’t perform that action at this time.
0 commit comments