mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 10:49:19 +02:00
bump version
This commit is contained in:
parent
d3138aa97c
commit
f4947e2b4a
1 changed files with 118 additions and 118 deletions
|
@ -82,7 +82,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Set correct version in csproj file, build and pack it
|
name: Set correct version in csproj file, build and pack it
|
||||||
command: |
|
command: |
|
||||||
$env:package_version = "1.5.0"
|
$env:package_version = "1.6.0"
|
||||||
$file = Get-Item << pipeline.parameters.project-folder >><< pipeline.parameters.csproj-file >>
|
$file = Get-Item << pipeline.parameters.project-folder >><< pipeline.parameters.csproj-file >>
|
||||||
[xml]$cn = Get-Content $file
|
[xml]$cn = Get-Content $file
|
||||||
$cn.Project.PropertyGroup.Version="$env:package_version"
|
$cn.Project.PropertyGroup.Version="$env:package_version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue