File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77variables :
88 buildConfiguration : ' Release'
9- majorVersion : 0
10- minorVersion : 2
11- suffix : ' beta '
9+ majorVersion : 1
10+ minorVersion : 0
11+
1212
1313stages :
1414 - stage : Version
@@ -58,7 +58,7 @@ stages:
5858 **/LiquidTestReports.Markdown.csproj
5959 **/LiquidTestReports.Custom.csproj
6060 custom : pack
61- arguments : ' --no-build -o $(Build.ArtifactStagingDirectory) -c $(buildConfiguration) -p:PackageVersion=$(Build.BuildNumber)-$(suffix )'
61+ arguments : ' --no-build -o $(Build.ArtifactStagingDirectory) -c $(buildConfiguration) -p:PackageVersion=$(Build.BuildNumber)'
6262 versioningScheme : byBuildNumber
6363
6464 - task : PublishBuildArtifacts@1
Original file line number Diff line number Diff line change 1+ dotnet test ../ test/ SampleProject/ SampleProject.Tests.xUnit - l " liquid.custom;Template=../../../docs/PropertiesRaw.md;LogFileName=PropertiesOut.md" -f netcoreapp3.1
2+ Move-Item - Path ../ test/ SampleProject/ SampleProject.Tests.xUnit/ TestResults/ PropertiesOut.md - Destination ../ docs/ Properties.md - force
You can’t perform that action at this time.
0 commit comments