Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 17:47:33 +00:00
parent 6b747bdbe8
commit db42601eba
1 changed files with 2 additions and 3 deletions

View File

@ -39,9 +39,8 @@ uptool:
$app.appendChild($xml.CreateElement("MainFile")).InnerText = $file.Name
echo NULL > app.xml
$xml.save($(gi .\app.xml).Fullname)
$tmp = "${{ steps.base_init.outputs.vers }}"
$tmp1 = $tmp.split('.')[2]
$tmp2 = $tmp.split('.')[3]
$tmp1 = $asmver.split('.')[2]
$tmp2 = $asmver.split('.')[3]
$suffix = "$tmp1.$tmp2"
cd Misc
dotnet pack --version-suffix "$suffix" -c Release -o .