You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Features:
11
11
12
12
## Status
13
13
14
-
In private use since mid-2019. Nearing public release.
14
+
In use by several projects.
15
15
16
16
## Requirements
17
17
@@ -34,7 +34,7 @@ file.
34
34
<ItemGroup>
35
35
<PackageReference
36
36
Include="Subatomix.Build.Versioning.Semantic"
37
-
Version="1.0.0-rc.1"
37
+
Version="1.0.0"
38
38
PrivateAssets="All" />
39
39
</ItemGroup>
40
40
```
@@ -127,13 +127,16 @@ counter of the form `yyyymmdd.ThhmmssZ` using the current UTC time.
127
127
TODO
128
128
129
129
#### `SetAzurePipelinesBuildName`
130
-
When `true`, the build outputs magic text that sets the name of an Azure
131
-
DevOps pipeline run.
130
+
When `true`, the build outputs [magic text](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops#updatebuildnumber-override-the-automatically-generated-build-number)
131
+
that sets the name and `$(Build.BuildNumber)`[variable](https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops#build-variables-devops-services)
132
+
of the current Azure DevOps pipeline run.
132
133
133
134
#### `SetGitHubActionsVersion`
134
-
When `true`, the build outputs magic text that sets the version of a GitHub
135
-
Actions workflow run.
135
+
When `true`, the build outputs [magic text](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter)
136
+
that sets the `Version`[output parameter](https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#steps-context)
137
+
of the current workflow step.
136
138
137
139
#### `SetTeamCityBuildNumber`
138
-
When `true`, the build outputs magic text that sets the name of a TeamCity
139
-
build.
140
+
When `true`, the build outputs [magic text](https://www.jetbrains.com/help/teamcity/service-messages.html#Reporting+Build+Number)
141
+
that sets the [build number](https://www.jetbrains.com/help/teamcity/build-number.html)
0 commit comments