mirror of
https://github.com/Ellpeck/DynamicEnums.git
synced 2024-11-14 05:39:10 +01:00
prepend "ci" to build num
This commit is contained in:
parent
bfa5641849
commit
f56424cbf9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
commands: dotnet test --collect:"XPlat Code Coverage"
|
||||
pack:
|
||||
image: *image
|
||||
commands: dotnet pack --version-suffix $CI_PIPELINE_NUMBER
|
||||
commands: dotnet pack --version-suffix ci.$CI_PIPELINE_NUMBER
|
||||
publish:
|
||||
image: *image
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue